geoip-data: fix typo
This commit is contained in:
parent
e004689a87
commit
d7ab75afdd
|
@ -9,7 +9,7 @@ license="CC BY-SA 4.0"
|
|||
homepage="https://dev.maxmind.com/geoip/legacy/geolite/"
|
||||
noarch=yes
|
||||
|
||||
do_fecth() {
|
||||
do_fetch() {
|
||||
$XBPS_FETCHCMD http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
|
||||
$XBPS_FETCHCMD http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
|
||||
$XBPS_FETCHCMD http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
|
||||
|
|
Loading…
Reference in New Issue