lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 65bf3b37409dde982c399ddfd7d529310f6dc362
parent bd391da4aa0d011d488b788e8b0997905d4fe2d9
Author: Daniel Golle <dangowrt@users.noreply.github.com>
Date:   Thu, 17 Nov 2016 15:54:14 +0100

Merge pull request #3500 from kissg1988/postgresql

postgresql: fix download URLs
Diffstat:
Mlibs/postgresql/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile @@ -15,9 +15,9 @@ PKG_LICENSE:=PostgreSQL PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ - http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v$(PKG_VERSION) \ - http://ftp.be.postgresql.org/postgresql/source/v$(PKG_VERSION) \ - ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION) + https://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ + http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ + ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) PKG_MD5SUM:=cf5e571164ad66028ecd7dd8819e3765470d45bcd440d258b686be7e69c76ed0 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0