Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 04:36:53 GMT
From:      "Gabriel M. Dutra" <dutra@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 990add3e6fe6 - main - net-mgmt/pushgateway: Update to 1.11.0
Message-ID:  <202501170436.50H4ar2g073856@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dutra:

URL: https://cgit.FreeBSD.org/ports/commit/?id=990add3e6fe6e1524707f0368c1bd23cdf0a5a11

commit 990add3e6fe6e1524707f0368c1bd23cdf0a5a11
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2025-01-17 04:33:27 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2025-01-17 04:33:27 +0000

    net-mgmt/pushgateway: Update to 1.11.0
    
    Use go 1.23
    
    ChangeLog:
    https://github.com/prometheus/pushgateway/releases/tag/v1.11.0
---
 net-mgmt/pushgateway/Makefile |  4 ++--
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501170436.50H4ar2g073856>