summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122018-08-19 11:29:00 +0200
committerwillemw122018-08-19 11:29:00 +0200
commita7f047d721a765d1efaea4593ae0aca32206b4f7 (patch)
treee4a2432cdcb8c3b21a2aef8ea319d1d77452ccf3 /PKGBUILD
parent68f59a199ca48db6c90b5cdeb199855ef35cde85 (diff)
downloadaur-a7f047d721a765d1efaea4593ae0aca32206b4f7.tar.gz
2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 825254457034..30fc0c0e32fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_name=inadyn
pkgname=inadyn-fork
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4
+pkgrel=1
pkgdesc="Dynamic DNS client with SSL/TLS support"
arch=('i686' 'x86_64')
url="http://troglobit.com/inadyn.html"
@@ -16,7 +16,7 @@ depends=('ca-certificates' 'confuse' 'openssl')
provides=('inadyn')
backup=('etc/inadyn.conf')
source=(https://github.com/troglobit/inadyn/releases/download/v$pkgver/$_name-$pkgver.tar.xz)
-sha256sums=('81c942db6eab27fa16e868175bdb7aff963eeee06d48bc5443e0dcd6f7c2da40')
+sha256sums=('f1c2a6a513506444ebf5052982b6b13fa0b280ff737cb56f510488f8dd432727')
build() {
cd $_name-$pkgver