diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 15:07:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:31 +0000 |
commit | 1855b694021164353f53cdb47dde1a825897b702 (patch) | |
tree | 71bdd5b9cf6043289a6460a324613b1581e3f018 /main/bind | |
parent | ee525def4d92412209d2182b99d44d29e682f370 (diff) | |
download | aports-1855b694021164353f53cdb47dde1a825897b702.tar.bz2 aports-1855b694021164353f53cdb47dde1a825897b702.tar.xz |
main/bind: rebuild against libressl-2.6
Diffstat (limited to 'main/bind')
-rw-r--r-- | main/bind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 4c2e3ac076..82cf862bd1 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -7,7 +7,7 @@ pkgver=9.11.2 _ver=${pkgver%_p*} _p=${pkgver#*_p} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=0 +pkgrel=1 pkgdesc="The ISC DNS server" url="http://www.isc.org" arch="all" |