From 3bc21e67d9d5b0ab7146a038469f9a237ca89983 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 28 Dec 2020 09:03:11 -0600 Subject: [PATCH] ipv6calc: update to 3.0.0. --- srcpkgs/ipv6calc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ipv6calc/template b/srcpkgs/ipv6calc/template index cc4278c1fc5..022e15fc271 100644 --- a/srcpkgs/ipv6calc/template +++ b/srcpkgs/ipv6calc/template @@ -1,7 +1,7 @@ # Template file for 'ipv6calc' pkgname=ipv6calc -version=2.2.0 -revision=2 +version=3.0.0 +revision=1 build_style=gnu-configure configure_args="--enable-geoip --enable-mmdb --enable-external" hostmakedepends="perl" @@ -11,6 +11,6 @@ maintainer="Lon Willett " license="GPL-2.0-only" homepage="https://www.deepspace6.net/projects/ipv6calc.html" distfiles="https://github.com/pbiering/ipv6calc/archive/${version}.tar.gz" -checksum=1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1 +checksum=8728a823709bc39c7aecd29ee19508816accbaa27dfd15933fe1fa2e2cf1fcd7 CFLAGS="-fcommon"