diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2023-04-12 21:11:27 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2023-04-12 21:11:27 +0000 |
commit | d868f6b925193f8551e07380cdbd442651d9b06c (patch) | |
tree | 45217f61b7a9cfda41a1a2703c8ea7f26b38f008 | |
parent | 210be4bacc207a0436a2104a6779c94059baf107 (diff) | |
download | ports-d868f6b925193f8551e07380cdbd442651d9b06c.tar.gz ports-d868f6b925193f8551e07380cdbd442651d9b06c.zip |
net/geoipupdate: Update to 5.0.0
-rw-r--r-- | net/geoipupdate/Makefile | 5 | ||||
-rw-r--r-- | net/geoipupdate/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index aa40ad4135dc..d07c8af0467b 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,6 +1,5 @@ PORTNAME= geoipupdate -PORTVERSION= 4.11.1 -PORTREVISION= 1 +PORTVERSION= 5.0.0 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -14,7 +13,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= gmake go:modules,no_targets -GO_MODULE= github.com/maxmind/geoipupdate/v4 +GO_MODULE= github.com/maxmind/geoipupdate/v5 MAKE_ENV+= ${GO_ENV} \ CONFFILE=${PREFIX}/etc/GeoIP.conf \ diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo index 9222a8c54f38..ce1831c6b34d 100644 --- a/net/geoipupdate/distinfo +++ b/net/geoipupdate/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1678981421 -SHA256 (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.mod) = 181ca2182b5008570c82982204b7d278b90346947fe6238308700fa5a8028806 -SIZE (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.mod) = 406 -SHA256 (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.zip) = 6c5c9700dd613ab209075a1b19329c0d7a4401791c3bbb508df28acd9210068e -SIZE (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.zip) = 53880 +TIMESTAMP = 1681333801 +SHA256 (go/net_geoipupdate/geoipupdate-v5.0.0/v5.0.0.mod) = 7939b6e2b56c03ddc5d407e41b956e2f6bc8de7da5815c4f744796c47f21546c +SIZE (go/net_geoipupdate/geoipupdate-v5.0.0/v5.0.0.mod) = 432 +SHA256 (go/net_geoipupdate/geoipupdate-v5.0.0/v5.0.0.zip) = b1bbf44fb38d395ccebe9258ad983feb85dc97a071d3dd57b2067603ec7443a9 +SIZE (go/net_geoipupdate/geoipupdate-v5.0.0/v5.0.0.zip) = 59129 |