summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-10 01:35:35 +0200
committereomanis2018-05-10 01:35:35 +0200
commit253e9e53059631966d8f9b57b49649e1aacf5c4d (patch)
tree9fe9552dad1e396783ee55ff9f223598043c8396
parent212a82e7493a231828b9afca2836f733c33f3369 (diff)
downloadaur-253e9e53059631966d8f9b57b49649e1aacf5c4d.tar.gz
Update to version 0.2.2
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ceb8314a10c..559fc166c3bc 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.2.1
- pkgrel = 2
+ pkgver = 0.2.2
+ pkgrel = 1
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = freedns-maintain-ip
depends = bind-tools
depends = coreutils
depends = iproute2
- source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.2.1.tar.gz
- sha256sums = 1a2160466e960883adb6841d380928485be4d6e95563e67e1ee6fb41525b3854
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.2.2.tar.gz
+ sha256sums = 40b7eeaa267fbf0504c3498c68435e323fce80659320f43d4cb808dd57cea343
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index a3d5dff8e787..506dc17c0872 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+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' 'iproute2')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgver}.tar.gz")
-sha256sums=('1a2160466e960883adb6841d380928485be4d6e95563e67e1ee6fb41525b3854')
+sha256sums=('40b7eeaa267fbf0504c3498c68435e323fce80659320f43d4cb808dd57cea343')
package() {