diff options
Diffstat (limited to 'system/pcre/APKBUILD')
-rw-r--r-- | system/pcre/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/pcre/APKBUILD b/system/pcre/APKBUILD index aa043954c..4fa4ab7bc 100644 --- a/system/pcre/APKBUILD +++ b/system/pcre/APKBUILD @@ -4,14 +4,14 @@ pkgname=pcre pkgver=8.43 pkgrel=2 pkgdesc="Perl-compatible regular expression library" -url="http://pcre.sourceforge.net" +url="https://pcre.org" arch="all" license="BSD-3-Clause" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools libpcrecpp libpcre16 libpcre32" -source="ftp://ftp.csx.cam.ac.uk/pub/software/programming/$pkgname/$pkgname-$pkgver.tar.bz2 +source="https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2 stack-frame-size-detection.patch " |