diff options
author | Max Rees <maxcrees@me.com> | 2019-09-10 13:03:17 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-09-28 13:27:48 -0500 |
commit | 3b0612cdf8eef6408efe10cce2bc9e48d9c9d1fc (patch) | |
tree | 5ab345df84af79d05fa1b95a6c0e6ee2b9283516 /system/pcre/APKBUILD | |
parent | 76b441c021225224764c8ab916bd200b5b9c5681 (diff) | |
download | packages-3b0612cdf8eef6408efe10cce2bc9e48d9c9d1fc.tar.gz packages-3b0612cdf8eef6408efe10cce2bc9e48d9c9d1fc.tar.bz2 packages-3b0612cdf8eef6408efe10cce2bc9e48d9c9d1fc.tar.xz packages-3b0612cdf8eef6408efe10cce2bc9e48d9c9d1fc.zip |
system/pcre*: use official URL and download
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 " |