diff --git a/postgresql.be0 b/postgresql.be0 index 5756dfa02..87a29f61d 100755 --- a/postgresql.be0 +++ b/postgresql.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://ftp.postgresql.org/pub/source/v${PKGVERSION}/postgresql-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://ftp.postgresql.org/pub/source/v${PKGVERSION}/postgresql-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/69b19b46defe6eded4b3bbc1725025f9/postgresql-14.4.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.