diff --git a/programming/misc/geoip/actions.py b/programming/misc/geoip/actions.py
index a3c0aabaa1..5288d5d09f 100644
--- a/programming/misc/geoip/actions.py
+++ b/programming/misc/geoip/actions.py
@@ -22,6 +22,6 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.insinto("/usr/share/GeoIP", "GeoIP-data/*")
+ pisitools.insinto("/usr/share/GeoIP", "GeoIP*.dat")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
diff --git a/programming/misc/geoip/pspec.xml b/programming/misc/geoip/pspec.xml
index 5fe6fc8b57..0fea0e467a 100644
--- a/programming/misc/geoip/pspec.xml
+++ b/programming/misc/geoip/pspec.xml
@@ -13,7 +13,12 @@
C library for country/city/organization to IP address or hostname mapping
GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from.
https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz
- https://sourceforge.net/projects/pisilinux/files/source/GeoIP-data.tar.xz
+ https://mailfud.org/geoip-legacy/GeoIP.dat.gz
+ https://mailfud.org/geoip-legacy/GeoIPASNum.dat.gz
+ https://mailfud.org/geoip-legacy/GeoIPASNumv6.dat.gz
+ https://mailfud.org/geoip-legacy/GeoIPCity.dat.gz
+ https://mailfud.org/geoip-legacy/GeoIPCityv6.dat.gz
+ https://mailfud.org/geoip-legacy/GeoIPv6.dat.gz
@@ -40,6 +45,13 @@
+
+ 2022-10-21
+ 1.6.12
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2020-01-15
1.6.12