geoipupdate: update to 3.1.0.
This commit is contained in:
parent
ec902e997d
commit
eb38a971d0
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'geoipupdate'
|
||||
pkgname=geoipupdate
|
||||
version=3.0.0
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="zlib-devel libcurl-devel"
|
||||
short_desc="GeoIP update client code "
|
||||
short_desc="GeoIP update client code"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/maxmind/geoipupdate"
|
||||
changelog="https://raw.githubusercontent.com/maxmind/geoipupdate/master/ChangeLog.md"
|
||||
distfiles="https://github.com/maxmind/geoipupdate/releases/download/v${version}/geoipupdate-${version}.tar.gz"
|
||||
checksum=0caa618b5b541fe6ef12a29362f0a19138ce6ab89b7581aaa9b21a2605534dac
|
||||
checksum=70da23bc1e33007b20e4d68ace037c51ba6ff9af766ac4fdb38b9a42b872c774
|
||||
conf_files="/etc/geoip/GeoIP.conf"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue