forked from Lainports/freebsd-ports
net-mgmt/thanos: update 0.37.1 -> 0.37.2
Changelog: https://github.com/thanos-io/thanos/releases/ Fixed #7970 Sidecar: Respect min-time setting. #7962 Store: Fix potential deadlock in hedging request. PR: 283277
This commit is contained in:
parent
41f1380a46
commit
614515df4b
2 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= thanos
|
PORTNAME= thanos
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.37.1
|
DISTVERSION= 0.37.2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= alster@vinterdalen.se
|
MAINTAINER= alster@vinterdalen.se
|
||||||
|
|
@ -18,7 +18,7 @@ GO_TARGET= ./cmd/${PORTNAME}
|
||||||
GO_BUILDFLAGS= -ldflags "\
|
GO_BUILDFLAGS= -ldflags "\
|
||||||
-s -w \
|
-s -w \
|
||||||
-X github.com/prometheus/common/version.Version=${DISTVERSION} \
|
-X github.com/prometheus/common/version.Version=${DISTVERSION} \
|
||||||
-X github.com/prometheus/common/version.Revision="e0812e2" \
|
-X github.com/prometheus/common/version.Revision="18291a7" \
|
||||||
-X github.com/prometheus/common/version.Branch="master" \
|
-X github.com/prometheus/common/version.Branch="master" \
|
||||||
-X github.com/prometheus/common/version.BuildUser=${USER} \
|
-X github.com/prometheus/common/version.BuildUser=${USER} \
|
||||||
-X github.com/prometheus/common/version.BuildDate=${BUILD_DATE}"
|
-X github.com/prometheus/common/version.BuildDate=${BUILD_DATE}"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
TIMESTAMP = 1733514219
|
TIMESTAMP = 1733947512
|
||||||
SHA256 (go/net-mgmt_thanos/thanos-v0.37.1/v0.37.1.mod) = c0c9e4d86959671eaa7f3d9e207079f74cba206ad5c7df00931969023592c104
|
SHA256 (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.mod) = c0c9e4d86959671eaa7f3d9e207079f74cba206ad5c7df00931969023592c104
|
||||||
SIZE (go/net-mgmt_thanos/thanos-v0.37.1/v0.37.1.mod) = 14761
|
SIZE (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.mod) = 14761
|
||||||
SHA256 (go/net-mgmt_thanos/thanos-v0.37.1/v0.37.1.zip) = 53aadf2ee9d4ef15441ffc484ccc2aa8044f44369e9f0f3400b62df80f81d0d0
|
SHA256 (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.zip) = 5156b5e21baf3b89e48304e32262b59069e7c8eb31bd4ec0c82c3c76d625c60b
|
||||||
SIZE (go/net-mgmt_thanos/thanos-v0.37.1/v0.37.1.zip) = 28512957
|
SIZE (go/net-mgmt_thanos/thanos-v0.37.2/v0.37.2.zip) = 28513018
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue