summaryrefslogtreecommitdiff
path: root/pcr/knot
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2015-02-19 10:08:09 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2015-02-19 10:08:09 -0300
commitbaa55841b71da6bf9823e6c3ca0eb92a0244ab5b (patch)
tree2ae0c921c742d2ea5f70251103468be2b1b22f08 /pcr/knot
parentadc18be67e12465365586f2e1cc6fca7a8cd920c (diff)
knot: upgrade
Diffstat (limited to 'pcr/knot')
-rw-r--r--pcr/knot/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/knot/PKGBUILD b/pcr/knot/PKGBUILD
index c297aa299..f16d9a5c9 100644
--- a/pcr/knot/PKGBUILD
+++ b/pcr/knot/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
pkgname=knot
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc='high-performance authoritative-only DNS server'
url='https://www.knot-dns.cz/'
@@ -13,8 +13,12 @@ license=('GPL3')
install=install
depends=('liburcu' 'openssl>=1.0.0' 'zlib')
makedepends=('autoconf>=2.65' 'libtool' 'flex>=2.5.3' 'bison>=2.3')
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}
'knot.service')
+md5sums=('a1859b9e89c1719a764d95bcb8232197'
+ 'SKIP'
+ '4f775e901f66bf4c9d231493eeb8d72a')
+validpgpkeys=('DEF35D16E5AE59D820BDF780ACE24DA9EE37A832')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -48,5 +52,3 @@ check() {
cd "${srcdir}/${pkgname}-${pkgver}"
make check
}
-md5sums=('c726ebf12fd2f325da8407538a2124f2'
- '4f775e901f66bf4c9d231493eeb8d72a')