summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea5b8ff4f842..1a72a602593b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=dehydrated-pdns-hook
-pkgver=0.3.0
+pkgver=0.4.2
pkgrel=1
pkgdesc="PowerDNS api hook for dehydrated"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/silkeh/pdns_api.sh"
license=('EUPL v1.2')
source=("https://github.com/silkeh/pdns_api.sh/archive/v$pkgver.tar.gz")
depends=('dehydrated')
-sha256sums=('SKIP')
+sha256sums=('2eb5736ce216984ce8c77bf91138a57fa2c54da2fe6fd7d1b5f034e49d88747c')
package() {
cd "pdns_api.sh-$pkgver"
install -Dm755 "pdns_api.sh" "$pkgdir/etc/dehydrated/hooks/$pkgname.sh"