diff options
Diffstat (limited to 'testing/apache2-mod-perl/APKBUILD')
-rw-r--r-- | testing/apache2-mod-perl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index db24f489ed..ba746f0528 100644 --- a/testing/apache2-mod-perl/APKBUILD +++ b/testing/apache2-mod-perl/APKBUILD @@ -4,9 +4,9 @@ pkgname=apache2-mod-perl _pkgreal=mod_perl pkgver=2.0.10 -pkgrel=1 +pkgrel=2 pkgdesc="Perl Module for Apache2" -url="http://perl.apache.org/" +url="https://perl.apache.org/" arch="all" license="Apache-2.0" depends="apache2" |