diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 09:31:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:53 +0000 |
commit | c8f14908a9181f9960f102d146e857c3878c16be (patch) | |
tree | a6613d286b30a97912d78819429da899761f5d90 /testing | |
parent | 0b7b142c63f13a3e734a2e20be299c6341a9801c (diff) | |
download | aports-c8f14908a9181f9960f102d146e857c3878c16be.tar.bz2 aports-c8f14908a9181f9960f102d146e857c3878c16be.tar.xz |
testing/dnssec-tools: rebuild against perl 5.30
Diffstat (limited to 'testing')
-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 e1173a20ea..e77ecb7fbe 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=4 +pkgrel=5 pkgdesc="Set of tools that will help ease the deployment of DNSSEC" url="https://dnssec-tools.org/" arch="all" |