summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-07-09 23:30:28 +0200
committereomanis2018-07-09 23:30:28 +0200
commit32d808c8b5c6a6d2fdc136b89543b233930236d7 (patch)
tree609edbd74e1bd326d24ccb4a5171526e6e878697
parent6ca7e561f57bbaa82c67e328b57486cd3dc0c68d (diff)
downloadaur-32d808c8b5c6a6d2fdc136b89543b233930236d7.tar.gz
Update to version 0.4.2
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b99808fb56a..d84b32049ba6 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.1
+ pkgver = 0.4.2
pkgrel = 1
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
@@ -13,9 +13,9 @@ pkgbase = freedns-maintain-ip
depends = coreutils
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.1.tar.gz
- sha256sums = 04c1b7896f703f783b56047ac4215e3e101f53b22fb9f8d863d921550718e396
+ optdepends = miniupnpc: Detection of public IPv4 address using UPnP
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.4.2.tar.gz
+ sha256sums = c5a54394f65a12210dc8d3b9c5ee31a720d9556fa16029cfd1c9c67294482cac
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index fbbbfe21b09e..fe22445d9c9e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.4.1
+pkgver=0.4.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>=4.4' 'grep' 'sed' 'wget' 'bind-tools' 'coreutils' 'iproute2' 'bc')
-optdepends=('miniupnpc: Detection of public IPv4 address using UPNP')
+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=('04c1b7896f703f783b56047ac4215e3e101f53b22fb9f8d863d921550718e396')
+sha256sums=('c5a54394f65a12210dc8d3b9c5ee31a720d9556fa16029cfd1c9c67294482cac')
package() {