diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-04 17:27:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 17:27:15 +0200 |
commit | 88bba6b1eb989c630147f5535662bc713a022df9 (patch) | |
tree | 3050c8d2c65fa3e3d1d01d18e5f8d5cdcb837b4b /libs | |
parent | d360d159b4a1ef81e81e883c2373bb59c6b84d6c (diff) |
libs/pcre: Switch to Sourceforge mirrors
Switch to Sourceforge for better availability and HTTP
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/pcre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile index ba4d571ce..a30dadf37 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=8.41 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_HASH:=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> |