diff options
-rw-r--r-- | conf/checksums.ini | 6 | ||||
-rw-r--r-- | recipes/postgresql/postgresql_8.2.4.bb | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 8a7fc457e1..6ded5a9a5d 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -18658,9 +18658,9 @@ sha256=ac7e7d311b07abd27b084041bcc943398df303bc86601f281891537bdf1a4e0b md5=b05e1d7f0cac9cc4e096aa21409dee55 sha256=91f75eb29c07271fcbfa2082c8300690efe4a72f2fbf35dace98108b0c6f7ba3 -[ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v8.1.8/postgresql-8.1.8.tar.bz2] -md5=b05e1d7f0cac9cc4e096aa21409dee55 -sha256=91f75eb29c07271fcbfa2082c8300690efe4a72f2fbf35dace98108b0c6f7ba3 +[ftp://ftp-archives.postgresql.org/pub/source/v8.2.4/postgresql-8.2.4.tar.bz2] +md5=af7ec100a33c41bfb8d87b5e0ec2f44a +sha256=8ff6afab743e894c0d96e668dcf9b3d3c1044719d6def45ef7390c64b54ed268 [http://www.povray.org/redirect/www.povray.org/ftp/pub/povray/Official/Unix/povray-3.6.1.tar.bz2] md5=b5789bb7eeaed0809c5c82d0efda571d diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb index 7e2c370471..b4e4033ed8 100644 --- a/recipes/postgresql/postgresql_8.2.4.bb +++ b/recipes/postgresql/postgresql_8.2.4.bb @@ -3,5 +3,4 @@ require postgresql.inc PR = "r4" DEFAULT_PREFERENCE = "-1" -SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \ - file://no-ecpg-test.patch;patch=1" +SRC_URI += "file://no-ecpg-test.patch;patch=1" |