diff options
author | Gabriel M. Dutra <dutra@FreeBSD.org> | 2025-01-17 04:33:27 +0000 |
---|---|---|
committer | Gabriel M. Dutra <dutra@FreeBSD.org> | 2025-01-17 04:33:27 +0000 |
commit | 990add3e6fe6e1524707f0368c1bd23cdf0a5a11 (patch) | |
tree | de953e8520210231ffc83e4aeda914bf6fc0956c | |
parent | a0a89bba207a561f6c3845ee6ab22f4aa12bf16b (diff) |
net-mgmt/pushgateway: Update to 1.11.0
Use go 1.23
ChangeLog:
https://github.com/prometheus/pushgateway/releases/tag/v1.11.0
-rw-r--r-- | net-mgmt/pushgateway/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pushgateway/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index 0af908fda6c8..a1d9eb234928 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -1,6 +1,6 @@ PORTNAME= pushgateway DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 +DISTVERSION= 1.11.0 CATEGORIES= net-mgmt MAINTAINER= dutra@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/prometheus/pushgateway LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake go:1.21,modules +USES= gmake go:1.23,modules GO_MODULE= github.com/prometheus/pushgateway USE_RC_SUBR= pushgateway diff --git a/net-mgmt/pushgateway/distinfo b/net-mgmt/pushgateway/distinfo index 0e3cae3eb544..0462fa265250 100644 --- a/net-mgmt/pushgateway/distinfo +++ b/net-mgmt/pushgateway/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1726924987 -SHA256 (go/net-mgmt_pushgateway/pushgateway-v1.10.0/v1.10.0.mod) = 638b9ffa772d288013d2867f4a91ea026b266e8c93307245e030903b136e99ae -SIZE (go/net-mgmt_pushgateway/pushgateway-v1.10.0/v1.10.0.mod) = 1748 -SHA256 (go/net-mgmt_pushgateway/pushgateway-v1.10.0/v1.10.0.zip) = e5dfa3cc31a7c57198bbbeebc2e84d716b18898d1a8d40a407284e26fe9f2cf1 -SIZE (go/net-mgmt_pushgateway/pushgateway-v1.10.0/v1.10.0.zip) = 4124358 +TIMESTAMP = 1737087933 +SHA256 (go/net-mgmt_pushgateway/pushgateway-v1.11.0/v1.11.0.mod) = aaf3fd8498b614a774906d6c0978d477c43af2a5d96fa455daf8d382a863ded2 +SIZE (go/net-mgmt_pushgateway/pushgateway-v1.11.0/v1.11.0.mod) = 1616 +SHA256 (go/net-mgmt_pushgateway/pushgateway-v1.11.0/v1.11.0.zip) = dedb5e376c6bbeccbab624cea318d27e50f37e8cf79c4b32658b0090354b0c9b +SIZE (go/net-mgmt_pushgateway/pushgateway-v1.11.0/v1.11.0.zip) = 4125444 |