summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-12-01 23:43:22 +0100
committereomanis2018-12-01 23:43:22 +0100
commit97b03c926cc969a40c5d2519b67091f366ebfeb2 (patch)
tree2701e04c02c088fd1555a7b071b6eafe02078932
parent32d808c8b5c6a6d2fdc136b89543b233930236d7 (diff)
downloadaur-97b03c926cc969a40c5d2519b67091f366ebfeb2.tar.gz
Update to version 0.5.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d84b32049ba6..778f135cb258 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.4.2
+ pkgver = 0.5.0
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.4.2.tar.gz
- sha256sums = c5a54394f65a12210dc8d3b9c5ee31a720d9556fa16029cfd1c9c67294482cac
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.5.0.tar.gz
+ sha384sums = ffeccb542fd021cf28fb05c3d3a955369ad4344f4feed5428917dc5ec5c606ba3a2d104181d9529f390fd4a6469bebfa
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index fe22445d9c9e..6acb027bf6fe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.4.2
+pkgverUpstream="0.5.0"
+pkgver="${pkgverUpstream//-/.}"
pkgrel=1
pkgdesc="DNS record updater for freedns.afraid.org domains written in bash"
arch=('any')
@@ -9,8 +10,8 @@ url='http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml'
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-${pkgver}.tar.gz")
-sha256sums=('c5a54394f65a12210dc8d3b9c5ee31a720d9556fa16029cfd1c9c67294482cac')
+source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgverUpstream}.tar.gz")
+sha384sums=('ffeccb542fd021cf28fb05c3d3a955369ad4344f4feed5428917dc5ec5c606ba3a2d104181d9529f390fd4a6469bebfa')
package() {