summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-07 02:16:26 +0200
committereomanis2018-05-07 02:16:26 +0200
commitfe30d98b5a9fed4f14bb433db0c3c24168889b4d (patch)
treea8f7b958822b3d99177b8cbb56866dfb07ecbb3d
parentca3e073d27735c9ef6bc596f559f940f5feb90a8 (diff)
downloadaur-fe30d98b5a9fed4f14bb433db0c3c24168889b4d.tar.gz
Update to version 0.1.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a07c32e77593..21055fdd5e13 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.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
@@ -11,8 +11,8 @@ pkgbase = freedns-maintain-ip
depends = wget
depends = bind-tools
depends = coreutils
- source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.1.1.tar.gz
- sha256sums = 96ae5185668f7d8c3891ea6856dca61b541c883f3a6f78c1b8e1ab40130fd272
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.1.2.tar.gz
+ sha256sums = 57a1a84c7bf2f1f7fa2b8ec049d8315096f7ef685675837c842d6ff82a1111fe
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index 01da9762bda7..fb83b570d54f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="DNS record updater for freedns.afraid.org domains written in bash"
arch=('any')
@@ -9,7 +9,7 @@ url='http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml'
license=('GPL3')
depends=('bash' 'sed' 'miniupnpc' 'wget' 'bind-tools' 'coreutils')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgver}.tar.gz")
-sha256sums=('96ae5185668f7d8c3891ea6856dca61b541c883f3a6f78c1b8e1ab40130fd272')
+sha256sums=('57a1a84c7bf2f1f7fa2b8ec049d8315096f7ef685675837c842d6ff82a1111fe')
package() {