summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122021-02-01 07:34:13 +0100
committerwillemw122021-02-01 07:34:13 +0100
commitcdc68cc2f683d57e939b6659ab92983c17e70a09 (patch)
treecd95940201b0ca65e2cfb4ca0559a3c068c0c9ec /PKGBUILD
parent9f732157ffd62d6dd5b458941bf3dcd2fa6d60b9 (diff)
downloadaur-cdc68cc2f683d57e939b6659ab92983c17e70a09.tar.gz
2.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b667c4afcbfa..1237c5ffaf4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: trile7 at gmail dot com
pkgname=inadyn-fork
-pkgver=2.8
+pkgver=2.8.1
pkgrel=1
pkgdesc="Dynamic DNS client with SSL/TLS support"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('ca-certificates' 'confuse' 'openssl')
provides=('inadyn')
backup=('etc/inadyn.conf')
source=("https://github.com/troglobit/inadyn/releases/download/v$pkgver/${pkgname%-fork}-$pkgver.tar.xz")
-sha256sums=('820696b6227abfd1f8666317bf25e24f13ff6fd2aaa1d136c405d36b32f905f7')
+sha256sums=('1185a9fb165bfc5f5b5f66f0dd8a695c9bd78d4b20cd162273eeea77f2d2e685')
build() {
cd "${pkgname%-fork}-$pkgver"