summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-12-07 15:21:28 +0100
committereomanis2018-12-07 15:21:28 +0100
commite637515012502828c7398fe47109a010b8f61e02 (patch)
tree53218caad126379b4f846b11f375f9b2979ed7b8
parent97b03c926cc969a40c5d2519b67091f366ebfeb2 (diff)
downloadaur-e637515012502828c7398fe47109a010b8f61e02.tar.gz
Update to version 0.5.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 778f135cb258..82cd1cae9c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freedns-maintain-ip
pkgdesc = DNS record updater for freedns.afraid.org domains written in bash
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
@@ -14,8 +14,8 @@ pkgbase = freedns-maintain-ip
depends = iproute2
depends = bc
optdepends = miniupnpc: Detection of public IPv4 address using UPnP
- source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.5.0.tar.gz
- sha384sums = ffeccb542fd021cf28fb05c3d3a955369ad4344f4feed5428917dc5ec5c606ba3a2d104181d9529f390fd4a6469bebfa
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.5.1.tar.gz
+ sha384sums = 175472faf6e167b0bea65f6db22cc3c347badd7ce9fd7c638670098e1af42cb272597d8f8a512ff57a1304c31c2189c0
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index 6acb027bf6fe..ce3cb5984dd9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgverUpstream="0.5.0"
+pkgverUpstream="0.5.1"
pkgver="${pkgverUpstream//-/.}"
pkgrel=1
pkgdesc="DNS record updater for freedns.afraid.org domains written in bash"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('bash>=4.4' 'grep' 'sed' 'wget' 'bind-tools' 'coreutils' 'iproute2' 'bc')
optdepends=('miniupnpc: Detection of public IPv4 address using UPnP')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgverUpstream}.tar.gz")
-sha384sums=('ffeccb542fd021cf28fb05c3d3a955369ad4344f4feed5428917dc5ec5c606ba3a2d104181d9529f390fd4a6469bebfa')
+sha384sums=('175472faf6e167b0bea65f6db22cc3c347badd7ce9fd7c638670098e1af42cb272597d8f8a512ff57a1304c31c2189c0')
package() {