diff options
author | Pavel Timofeev <timp87@gmail.com> | 2024-07-31 19:02:39 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-07-31 19:02:39 +0000 |
commit | 263def098da2765fd437ad75871098fe7a40d421 (patch) | |
tree | 927c32fcb25cf828f345a7a4613302fc586f2ff1 | |
parent | 7532375f7a7331a5aa2d3473592bb5cb979e64d2 (diff) |
sysutils/helmfile: update 0.158.0 → 0.167.0
Changelogs:
https://github.com/helmfile/helmfile/releases/tag/v0.158.1
https://github.com/helmfile/helmfile/releases/tag/v0.159.0
https://github.com/helmfile/helmfile/releases/tag/v0.160.0
https://github.com/helmfile/helmfile/releases/tag/v0.161.0
https://github.com/helmfile/helmfile/releases/tag/v0.162.0
https://github.com/helmfile/helmfile/releases/tag/v0.163.0
https://github.com/helmfile/helmfile/releases/tag/v0.163.1
https://github.com/helmfile/helmfile/releases/tag/v0.164.0
https://github.com/helmfile/helmfile/releases/tag/v0.165.0
https://github.com/helmfile/helmfile/releases/tag/v0.166.0
https://github.com/helmfile/helmfile/releases/tag/v0.167.0
PR: 280334
-rw-r--r-- | sysutils/helmfile/Makefile | 5 | ||||
-rw-r--r-- | sysutils/helmfile/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/helmfile/Makefile b/sysutils/helmfile/Makefile index 04ecc8c4dd09..c64e10314084 100644 --- a/sysutils/helmfile/Makefile +++ b/sysutils/helmfile/Makefile @@ -1,7 +1,6 @@ PORTNAME= helmfile DISTVERSIONPREFIX= v -DISTVERSION= 0.158.0 -PORTREVISION= 7 +DISTVERSION= 0.167.0 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com @@ -12,7 +11,7 @@ LICENSE= MIT RUN_DEPENDS= helm:sysutils/helm -USES= go:1.21,modules +USES= go:1.22,modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X go.szostok.io/version.version=v${PORTVERSION}" diff --git a/sysutils/helmfile/distinfo b/sysutils/helmfile/distinfo index d2e153440dff..f0cbf0916a4a 100644 --- a/sysutils/helmfile/distinfo +++ b/sysutils/helmfile/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1698094413 -SHA256 (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.mod) = f2e53d4f237335af1c9c424a47ccaf0f40f3c2f06d8b8b407ca86ba6b8323f03 -SIZE (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.mod) = 12986 -SHA256 (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.zip) = 1219727a05d9b520db749507647e49a4c0178f053225e66529feb048a034f1a1 -SIZE (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.zip) = 875742 +TIMESTAMP = 1722448643 +SHA256 (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.mod) = 1e212433b596c64748ff64b8f84faf85d31a7c521e636d550d4a6a774c1ed3b8 +SIZE (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.mod) = 15116 +SHA256 (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.zip) = 8c23e10b2d0220a1ad3685cd31390bd267a9d49d0e2ff8d4f75b8b875a967b5c +SIZE (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.zip) = 1387862 |