diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 21:08:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:13:00 +0000 |
commit | 240b5748be2076905522786671ee1cf595528135 (patch) | |
tree | a8e91880e94519830d00d288586b680f763b1165 /testing/dnssec-tools | |
parent | 5fc1a88f903dd6501edc4b1276d1aca7b4c969dd (diff) | |
download | aports-240b5748be2076905522786671ee1cf595528135.tar.bz2 aports-240b5748be2076905522786671ee1cf595528135.tar.xz |
testing/dnssec-tools: rebuild against perl 5.28
Diffstat (limited to 'testing/dnssec-tools')
-rw-r--r-- | testing/dnssec-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dnssec-tools/APKBUILD b/testing/dnssec-tools/APKBUILD index 7b92eb7f7b..e032545588 100644 --- a/testing/dnssec-tools/APKBUILD +++ b/testing/dnssec-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dnssec-tools pkgver=2.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Set of tools that will help ease the deployment of DNSSEC" url="https://www.dnssec-tools.org/" arch="all" |