summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan J. Betz2016-07-17 08:23:48 +0200
committerStefan J. Betz2016-07-17 08:23:48 +0200
commitbd71d6c72bfca5c64168571256918dc3904d544b (patch)
tree41a57bc9e350583622123590c6523274b9fe4bec
parentcbfddd34301e8b82869a5fd8f51dea9d82b7aae1 (diff)
downloadaur-bd71d6c72bfca5c64168571256918dc3904d544b.tar.gz
Updated subnetcalc to 2.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 350a2a83af8c..5796a875ae2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Jul 17 06:23:36 UTC 2016
pkgbase = subnetcalc
pkgdesc = Subnet Calculator for IPv4/IPv6
- pkgver = 2.4.2
+ pkgver = 2.4.4
pkgrel = 1
url = http://www.iem.uni-due.de/~dreibh/subnetcalc/
arch = i686
arch = x86_64
license = GPL
depends = geoip
- source = http://www.iem.uni-due.de/~dreibh/subnetcalc/download/subnetcalc-2.4.2.tar.gz
- md5sums = ff38d18844a81cd94255876e48a858f1
+ source = http://www.iem.uni-due.de/~dreibh/subnetcalc/download/subnetcalc-2.4.4.tar.gz
+ md5sums = 4fd262820961ead961edc5317fe5b90f
pkgname = subnetcalc
diff --git a/PKGBUILD b/PKGBUILD
index c7d55f8a942d..372827cecba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan J. Betz <info@stefan-betz.net>
pkgname=subnetcalc
-pkgver=2.4.2
+pkgver=2.4.4
pkgrel=1
pkgdesc="Subnet Calculator for IPv4/IPv6"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('GPL')
url="http://www.iem.uni-due.de/~dreibh/subnetcalc/"
depends=('geoip')
source=("http://www.iem.uni-due.de/~dreibh/subnetcalc/download/subnetcalc-$pkgver.tar.gz")
-md5sums=('ff38d18844a81cd94255876e48a858f1')
+md5sums=('4fd262820961ead961edc5317fe5b90f')
build() {
cd $srcdir/$pkgname-$pkgver