View | Details | Raw Unified | Return to bug 280334 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/helmfile/Makefile (-3 / +2 lines)
Lines 1-7 Link Here
1
PORTNAME=	helmfile
1
PORTNAME=	helmfile
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.158.0
3
DISTVERSION=	0.167.0
4
PORTREVISION=	7
5
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
6
5
7
MAINTAINER=	timp87@gmail.com
6
MAINTAINER=	timp87@gmail.com
Lines 12-18 LICENSE= MIT Link Here
12
11
13
RUN_DEPENDS=	helm:sysutils/helm
12
RUN_DEPENDS=	helm:sysutils/helm
14
13
15
USES=		go:1.21,modules
14
USES=		go:1.22,modules
16
GO_MODULE=	github.com/${PORTNAME}/${PORTNAME}
15
GO_MODULE=	github.com/${PORTNAME}/${PORTNAME}
17
GO_BUILDFLAGS=	-ldflags="-X go.szostok.io/version.version=v${PORTVERSION}"
16
GO_BUILDFLAGS=	-ldflags="-X go.szostok.io/version.version=v${PORTVERSION}"
18
17
(-)b/sysutils/helmfile/distinfo (-6 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1698094413
1
TIMESTAMP = 1722448643
2
SHA256 (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.mod) = f2e53d4f237335af1c9c424a47ccaf0f40f3c2f06d8b8b407ca86ba6b8323f03
2
SHA256 (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.mod) = 1e212433b596c64748ff64b8f84faf85d31a7c521e636d550d4a6a774c1ed3b8
3
SIZE (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.mod) = 12986
3
SIZE (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.mod) = 15116
4
SHA256 (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.zip) = 1219727a05d9b520db749507647e49a4c0178f053225e66529feb048a034f1a1
4
SHA256 (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.zip) = 8c23e10b2d0220a1ad3685cd31390bd267a9d49d0e2ff8d4f75b8b875a967b5c
5
SIZE (go/sysutils_helmfile/helmfile-v0.158.0/v0.158.0.zip) = 875742
5
SIZE (go/sysutils_helmfile/helmfile-v0.167.0/v0.167.0.zip) = 1387862
6
- 

Return to bug 280334