mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/GeoIP: Updated for version 1.6.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c8e1865b3b
commit
b22f031755
2 changed files with 16 additions and 16 deletions
|
@ -31,7 +31,7 @@
|
|||
# Maintained by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=GeoIP
|
||||
VERSION=${VERSION:-1.6.11}
|
||||
VERSION=${VERSION:-1.6.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
PRGNAM="GeoIP"
|
||||
VERSION="1.6.11"
|
||||
VERSION="1.6.12"
|
||||
HOMEPAGE="https://github.com/maxmind/geoip-api-c"
|
||||
DOWNLOAD="https://github.com/maxmind/geoip-api-c/releases/download/v1.6.11/GeoIP-1.6.11.tar.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIP.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIPv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoLiteCity.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoLiteCityv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIPASNum.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIPASNumv6.dat.gz"
|
||||
MD5SUM="1e08aeb2b87d8908249998b3019d0fd7 \
|
||||
f8a5c7013d457fefe3092094aab2afd3 \
|
||||
8335c482e83fe6a45312418c69a3d28d \
|
||||
5ab0973a38ac7e4c0209ce37f57431c4 \
|
||||
9e9905f934587aa661bd3451c403a74e \
|
||||
678527e89e75c67901e58e77af2d4afc \
|
||||
5504d08200c6f93522cb9bd9a2a1986f"
|
||||
DOWNLOAD="https://github.com/maxmind/geoip-api-c/releases/download/v1.6.12/GeoIP-1.6.12.tar.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20180310/GeoIP.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20180310/GeoIPv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20180310/GeoLiteCity.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20180310/GeoLiteCityv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20180310/GeoIPASNum.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20180310/GeoIPASNumv6.dat.gz"
|
||||
MD5SUM="77d496cc40daa1dbc2b97365807d64d7 \
|
||||
5b3d3299e0644f51cafd624e6b3a7ce8 \
|
||||
aea888a68931985cb10a9dabf0a1bc9b \
|
||||
fa356cf173e3a4bc75919877f73862ba \
|
||||
4c8972ebe778cd99fd9ea2cff39f0bb6 \
|
||||
bd5b21a0df8037c88ceae9956ab6b393 \
|
||||
3ae7d7c6409376163c8b8d28ebe14b59"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue