summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-07 01:59:00 +0200
committereomanis2018-05-07 01:59:00 +0200
commitca3e073d27735c9ef6bc596f559f940f5feb90a8 (patch)
treef889100a4bdf5e167485a264696b32141d095a5f
parent8d961db4ac9a01819feb71ddc0086dea33f236ed (diff)
downloadaur-ca3e073d27735c9ef6bc596f559f940f5feb90a8.tar.gz
Update to version 0.1.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e3fa30c0df..a07c32e77593 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.0
+ pkgver = 0.1.1
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.0.tar.gz
- sha256sums = d3e4e6d5691643de14aa0186f3571fe48163ed11a1985ad85ccd452c3da7e2a2
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.1.1.tar.gz
+ sha256sums = 96ae5185668f7d8c3891ea6856dca61b541c883f3a6f78c1b8e1ab40130fd272
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index 4492c00dfb7e..01da9762bda7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.1.0
+pkgver=0.1.1
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=('d3e4e6d5691643de14aa0186f3571fe48163ed11a1985ad85ccd452c3da7e2a2')
+sha256sums=('96ae5185668f7d8c3891ea6856dca61b541c883f3a6f78c1b8e1ab40130fd272')
package() {