summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-07 22:22:15 +0200
committereomanis2018-05-07 22:22:15 +0200
commit32518ac2af828e6d18fb31f47e7588468ae6debe (patch)
treeff1f98b1a6e7ef36d528197e68ad6799f31fc16d
parent23967ede11709023ef3b70e83979dcbc045f8926 (diff)
downloadaur-32518ac2af828e6d18fb31f47e7588468ae6debe.tar.gz
Update to version 0.2.0
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc73818358f..6a7cb8426300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freedns-maintain-ip
pkgdesc = DNS record updater for freedns.afraid.org domains written in bash
- pkgver = 0.1.2
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
license = GPL3
@@ -12,8 +12,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.2.tar.gz
- sha256sums = 57a1a84c7bf2f1f7fa2b8ec049d8315096f7ef685675837c842d6ff82a1111fe
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.2.0.tar.gz
+ sha256sums = b875c83e02d85121647d7ac27f40e749f0a0209ba1b00b073876b4d1481ec854
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index e80b204599f5..86cc1724ae85 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="DNS record updater for freedns.afraid.org domains written in bash"
arch=('any')
url='http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml'
license=('GPL3')
depends=('bash' 'grep' 'sed' 'miniupnpc' 'wget' 'bind-tools' 'coreutils')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgver}.tar.gz")
-sha256sums=('57a1a84c7bf2f1f7fa2b8ec049d8315096f7ef685675837c842d6ff82a1111fe')
+sha256sums=('b875c83e02d85121647d7ac27f40e749f0a0209ba1b00b073876b4d1481ec854')
package() {