summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorx70b12023-04-21 23:10:14 +0200
committerx70b12023-04-21 23:10:14 +0200
commitef63e4874652bfd10eb6a24aa6a7fec3f6c2c5d4 (patch)
treea58c688e9714259de2174c391c2999893a6233ad /PKGBUILD
parentab8aabd13baa5db5ee0d4d2ca09b9ed944491a65 (diff)
downloadaur-ef63e4874652bfd10eb6a24aa6a7fec3f6c2c5d4.tar.gz
upgpkg dnscontrol 3.31.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9a9b87a1eb6..283e67348304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Shaughnessy <max@mshaugh.com>
pkgname=dnscontrol-bin
-pkgver=3.31.1
+pkgver=3.31.2
pkgrel=1
pkgdesc="Synchronize your DNS to multiple providers from a simple DSL (binary release)"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("https://github.com/StackExchange/dnscontrol/releases/download/v${pkgver}/dnscontrol_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('6f2634e6e65b6eb63402f59d5ee45336883fd4da10366084c4bef3c09e79df24')
+sha256sums=('e49f3cb9a983b90865fab0a36e3f6939a7368ecf14383900ac454ff8d182a316')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" "${pkgdir}/usr/bin/${pkgname%-bin}"