summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a29cdd386b7c..f9c1ef946ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan J. Betz <info@stefan-betz.net>
pkgname=subnetcalc
-pkgver=2.4.10
+pkgver=2.4.11
pkgrel=1
pkgdesc="Subnet Calculator for IPv4/IPv6"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.uni-due.de/~be0001/subnetcalc/"
depends=('geoip')
makedepends=('cmake')
source=("https://www.uni-due.de/~be0001/subnetcalc/download/subnetcalc-$pkgver.tar.gz")
-md5sums=('76ce4f991502e3877232236872aa7137')
+md5sums=('46f346905cf07341494c27dc78f6686f')
build() {
cd $srcdir/$pkgname-$pkgver