summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-06-08 14:20:42 +0200
committereomanis2018-06-08 14:20:42 +0200
commit6ca7e561f57bbaa82c67e328b57486cd3dc0c68d (patch)
treee0d1fa0d19b69dc755949b4b6591399bdc975acd
parent94cdd5e3c444ce792080b0ca479751a6770ac190 (diff)
downloadaur-6ca7e561f57bbaa82c67e328b57486cd3dc0c68d.tar.gz
Update to version 0.4.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2946dc75d8..2b99808fb56a 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.0
+ pkgver = 0.4.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.4.0.tar.gz
- sha256sums = 0800eed310f5320017899ea2b2a03cb639ea26ad5daf919bdc977eb291219454
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.4.1.tar.gz
+ sha256sums = 04c1b7896f703f783b56047ac4215e3e101f53b22fb9f8d863d921550718e396
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index 1c7aa713e235..fbbbfe21b09e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="DNS record updater for freedns.afraid.org domains written in bash"
arch=('any')
@@ -10,7 +10,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-${pkgver}.tar.gz")
-sha256sums=('0800eed310f5320017899ea2b2a03cb639ea26ad5daf919bdc977eb291219454')
+sha256sums=('04c1b7896f703f783b56047ac4215e3e101f53b22fb9f8d863d921550718e396')
package() {