summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreomanis2020-04-16 20:06:51 +0200
committereomanis2020-04-16 20:06:51 +0200
commitb5aaff972dab9fcce18d54dc6849b41937e5b1cb (patch)
treec57e077dc22899c22546b6ba510844354c3b971e /PKGBUILD
parent1657a5648f32b34164fc2fa1ab44ddddbd61a6ed (diff)
downloadaur-b5aaff972dab9fcce18d54dc6849b41937e5b1cb.tar.gz
Update to version 0.8.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3218947c58f1..2c3ff6011116 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eomanis at web dot de
pkgname='yabddnsd'
-_pkgverUpstream="0.7.3"
+_pkgverUpstream="0.8.0"
pkgver="${_pkgverUpstream//-/.}"
pkgrel=1
pkgdesc="Yet another bash dynamic DNS daemon"
@@ -12,7 +12,7 @@ depends=('bash>=4.4' 'bc' 'bind-tools' 'coreutils' 'findutils' 'grep' 'iproute2'
optdepends=('miniupnpc: Detection of public IPv4 address using UPnP')
replaces=('freedns-maintain-ip')
source=("https://eomanis.duckdns.org/permshare/yabddnsd/yabddnsd-${_pkgverUpstream}.tar.gz")
-sha384sums=('f67775e59d8a92f7ad101b158d0aace22ea41506798aee2b25eb30fea65bc96e22cb076b57ab52fd599f9964d25572d7')
+sha384sums=('ac4711a7932ec32abaac93fccb36c669f3e1d13f84eb611d726b25cd3bc75c7cec981f3822b1ef7b57014c3b125f1f05')
package() {
local srcRootDir="${srcdir}/${pkgname}-${_pkgverUpstream}"