From c38e53bb5f043f2a62c83715a7f30d8aa86526c8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 21 Jun 2022 10:04:41 +0200 Subject: [PATCH] postgresql: Download source archive from beehive.molgen.mpg.de --- postgresql.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.