diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2023-07-12 21:31:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2023-07-12 21:32:04 +0000 |
commit | 3fc990a9fb92f296b9fd882ba8ce8e52b6b3bab3 (patch) | |
tree | 608ac99e99ed137b1f42811833e3045914cca6cd | |
parent | e9b932571bf186a5aea9587bc7800f3e62fc3c62 (diff) |
net/geoipupdate: Update to 6.0.0
-rw-r--r-- | net/geoipupdate/Makefile | 4 | ||||
-rw-r--r-- | net/geoipupdate/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index 9589863522d6..9419d5e4b3b0 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoipupdate -PORTVERSION= 5.1.1 +PORTVERSION= 6.0.0 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -13,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/v5 +GO_MODULE= github.com/maxmind/geoipupdate/v6 MAKE_ENV+= ${GO_ENV} \ CONFFILE=${PREFIX}/etc/GeoIP.conf \ diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo index b002bbbfc812..bfad19c1334b 100644 --- a/net/geoipupdate/distinfo +++ b/net/geoipupdate/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1683563326 -SHA256 (go/net_geoipupdate/geoipupdate-v5.1.1/v5.1.1.mod) = 6be6e5d22de91ea94b660c9ec8dc7901e2e5b00c694b29ebfa8afbc09f71927b -SIZE (go/net_geoipupdate/geoipupdate-v5.1.1/v5.1.1.mod) = 551 -SHA256 (go/net_geoipupdate/geoipupdate-v5.1.1/v5.1.1.zip) = 7e3d87dcdb0948841b032f9f471f8bfc7269e44062847af683799cac43ee9f4e -SIZE (go/net_geoipupdate/geoipupdate-v5.1.1/v5.1.1.zip) = 62583 +TIMESTAMP = 1689197307 +SHA256 (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.mod) = c53be06e15330c2d393900c06607607f329bf89dd03b6185197cc63f3435bb7d +SIZE (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.mod) = 590 +SHA256 (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.zip) = d4fcc1a2412cfa6e9fab6b33115c35570b1e1ebec16800016fed832f1876de6e +SIZE (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.zip) = 64874 |