summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122020-03-22 14:43:30 +0100
committerwillemw122020-03-22 14:43:30 +0100
commitc160cdd7f5c264c9246f9e6b17fc5df295afd2a9 (patch)
treeb69aabaa90369206f3f4ecb21b6715b19e86a3d6
parent64f1ba643230ca0d557f9a02ef7266b4a2435d80 (diff)
downloadaur-c160cdd7f5c264c9246f9e6b17fc5df295afd2a9.tar.gz
2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1890aec646f..33687b051a38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inadyn-fork
pkgdesc = Dynamic DNS client with SSL/TLS support
- pkgver = 2.6
+ pkgver = 2.7
pkgrel = 1
url = http://troglobit.com/inadyn.html
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = inadyn-fork
depends = openssl
provides = inadyn
backup = etc/inadyn.conf
- source = https://github.com/troglobit/inadyn/releases/download/v2.6/inadyn-2.6.tar.xz
- sha256sums = 9f4198764abbd2798472b349d8867e86b4692c76ee304f1f9c607f67c9b582a4
+ source = https://github.com/troglobit/inadyn/releases/download/v2.7/inadyn-2.7.tar.xz
+ sha256sums = eb03bc9d9c09dfbbc651b43a2eb5a967d0454a8293576df23784710dac50c6a4
pkgname = inadyn-fork
diff --git a/PKGBUILD b/PKGBUILD
index 29663c8a50f0..f8562f7c14eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: trile7 at gmail dot com
pkgname=inadyn-fork
-pkgver=2.6
+pkgver=2.7
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=('9f4198764abbd2798472b349d8867e86b4692c76ee304f1f9c607f67c9b582a4')
+sha256sums=('eb03bc9d9c09dfbbc651b43a2eb5a967d0454a8293576df23784710dac50c6a4')
build() {
cd ${pkgname%-fork}-$pkgver