diff --git a/alpine/openresty-pcre2/APKBUILD b/alpine/openresty-pcre2/APKBUILD index aee67d0e..fbb60f1d 100644 --- a/alpine/openresty-pcre2/APKBUILD +++ b/alpine/openresty-pcre2/APKBUILD @@ -10,7 +10,7 @@ license="BSD" #depends="" makedepends="ccache" subpackages="$pkgname-dev $pkgname-dbg" -source="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$pkgver/pcre2-$pkgver.tar.gz" +source="https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$pkgver/pcre2-$pkgver.tar.gz" builddir="$srcdir/pcre2-$pkgver/" options="!tracedeps !fhs" diff --git a/deb/openresty-pcre2.mk b/deb/openresty-pcre2.mk index 7e8439a8..ed226c78 100644 --- a/deb/openresty-pcre2.mk +++ b/deb/openresty-pcre2.mk @@ -5,7 +5,7 @@ OPENRESTY_SAAS_PCRE2_VER = 10.42 .PHONY: openresty-pcre2-download openresty-pcre2-download: - LANG=C LC_ALL='C.UTF-8' wget -nH --cut-dirs=100 --mirror 'https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$(OPENRESTY_SAAS_PCRE2_VER)/pcre2-$(OPENRESTY_SAAS_PCRE2_VER).tar.gz' + LANG=C LC_ALL='C.UTF-8' wget -nH --cut-dirs=100 --mirror 'https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(OPENRESTY_SAAS_PCRE2_VER)/pcre2-$(OPENRESTY_SAAS_PCRE2_VER).tar.gz' rm -rf openresty-pcre2_$(OPENRESTY_SAAS_PCRE2_VER) mkdir -p openresty-pcre2_$(OPENRESTY_SAAS_PCRE2_VER) tar -xf pcre2-$(OPENRESTY_SAAS_PCRE2_VER).tar.gz --strip-components=1 -C openresty-pcre2_$(OPENRESTY_SAAS_PCRE2_VER) diff --git a/deb/openresty-pcre2/debian/control b/deb/openresty-pcre2/debian/control index ec5898cd..c57d9658 100644 --- a/deb/openresty-pcre2/debian/control +++ b/deb/openresty-pcre2/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: OpenResty Admin Build-Depends: debhelper (>= 9), coreutils, gcc, make, ccache, sed Standards-Version: 3.9.8 -Homepage: https://github.com/PhilipHazel/pcre2 +Homepage: https://github.com/PCRE2Project/pcre2 Package: openresty-pcre2 Architecture: any diff --git a/rpm/SPECS/openresty-pcre2.spec b/rpm/SPECS/openresty-pcre2.spec index 1f94035c..97caabfc 100644 --- a/rpm/SPECS/openresty-pcre2.spec +++ b/rpm/SPECS/openresty-pcre2.spec @@ -6,8 +6,8 @@ Summary: Perl-compatible regular expression library Group: System Environment/Libraries License: BSD -URL: https://github.com/PhilipHazel/pcre2 -Source0: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.gz +URL: https://github.com/PCRE2Project/pcre2 +Source0: https://github.com/PCRE2Project/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.gz BuildRequires: coreutils, gcc, make BuildRequires: ccache, sed