Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / geoipupdate


Commits:
e3a8d066 by Massimiliano Torromeo at 2025-02-07T20:12:12+01:00
Fixed broken URL

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = geoipupdate
        pkgdesc = Update GeoIP2 and GeoIP Legacy binary databases from MaxMind
        pkgver = 7.1.0
        pkgrel = 1
-       url = https://dev.maxmind.com/geoip/geoipupdate
+       url = https://github.com/maxmind/geoipupdate
        arch = x86_64
        license = Apache-2.0
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
 license=('Apache-2.0' 'MIT')
 arch=('x86_64')
-url="https://dev.maxmind.com/geoip/geoipupdate";
+url="https://github.com/maxmind/geoipupdate";
 depends=(glibc)
 makedepends=(go pandoc)
 backup=(etc/GeoIP.conf)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geoipupdate/-/commit/e3a8d066bafe2f3dcb34a93a6594987483d2c4df

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geoipupdate/-/commit/e3a8d066bafe2f3dcb34a93a6594987483d2c4df
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to