summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan J. Betz2017-09-08 16:32:43 +0200
committerStefan J. Betz2017-09-08 16:32:43 +0200
commit69bc1ea3c6305f2b8f664aba0d4c67b5a642fc1d (patch)
tree98ce96674d5358636fbcd0202c0bc7acad3483bd
parentbd71d6c72bfca5c64168571256918dc3904d544b (diff)
downloadaur-69bc1ea3c6305f2b8f664aba0d4c67b5a642fc1d.tar.gz
Updated subnetcalc to 2.4.7
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 372827cecba8..85501f289d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan J. Betz <info@stefan-betz.net>
pkgname=subnetcalc
-pkgver=2.4.4
+pkgver=2.4.7
pkgrel=1
pkgdesc="Subnet Calculator for IPv4/IPv6"
arch=('i686' 'x86_64')
license=('GPL')
-url="http://www.iem.uni-due.de/~dreibh/subnetcalc/"
+url="https://www.uni-due.de/~be0001/subnetcalc/"
depends=('geoip')
-source=("http://www.iem.uni-due.de/~dreibh/subnetcalc/download/subnetcalc-$pkgver.tar.gz")
-md5sums=('4fd262820961ead961edc5317fe5b90f')
+source=("https://www.uni-due.de/~be0001/subnetcalc/download/subnetcalc-$pkgver.tar.gz")
+md5sums=('5c5731347bb3a9b0dd29f86014e58be3')
build() {
cd $srcdir/$pkgname-$pkgver