mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/thanos: update 0.37.2 => 0.38.0
* Switch Go 1.23 => 1.24 * Sort Makefile entries Changelog: https://github.com/thanos-io/thanos/releases/tag/v0.38.0 PR: 285885
This commit is contained in:
parent
c4993e188f
commit
a76c83ace4
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= thanos
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.37.2
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 0.38.0
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= alster@vinterdalen.se
|
||||
|
@ -12,17 +11,18 @@ WWW= https://thanos.io/ \
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
USES= go:1.24,modules
|
||||
|
||||
GO_MODULE= github.com/thanos-io/thanos
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
GO_BUILDFLAGS= -ldflags "\
|
||||
-s -w \
|
||||
-X github.com/prometheus/common/version.Version=${DISTVERSION} \
|
||||
-X github.com/prometheus/common/version.Revision="18291a7" \
|
||||
-X github.com/prometheus/common/version.Branch="master" \
|
||||
-X github.com/prometheus/common/version.BuildDate=${BUILD_DATE} \
|
||||
-X github.com/prometheus/common/version.BuildUser=${USER} \
|
||||
-X github.com/prometheus/common/version.BuildDate=${BUILD_DATE}"
|
||||
-X github.com/prometheus/common/version.Revision="0439da0" \
|
||||
-X github.com/prometheus/common/version.Version=${DISTVERSION}"
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1733947512
|
||||
SHA256 (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.mod) = c0c9e4d86959671eaa7f3d9e207079f74cba206ad5c7df00931969023592c104
|
||||
SIZE (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.mod) = 14761
|
||||
SHA256 (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.zip) = 5156b5e21baf3b89e48304e32262b59069e7c8eb31bd4ec0c82c3c76d625c60b
|
||||
SIZE (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.zip) = 28513018
|
||||
TIMESTAMP = 1743762799
|
||||
SHA256 (go/net-mgmt_thanos/thanos-v0.38.0/v0.38.0.mod) = a07ee190b2fc3249d9df901823a2e08d5cf11db1737a2c63c9c8abf6f6623d45
|
||||
SIZE (go/net-mgmt_thanos/thanos-v0.38.0/v0.38.0.mod) = 14756
|
||||
SHA256 (go/net-mgmt_thanos/thanos-v0.38.0/v0.38.0.zip) = 21b010d9c9871c41c8220333461a17d6c9cdf472fdec3759d401cadac54d4dd1
|
||||
SIZE (go/net-mgmt_thanos/thanos-v0.38.0/v0.38.0.zip) = 28589137
|
||||
|
|
Loading…
Add table
Reference in a new issue