- Update to 2.13.1
This commit is contained in:
parent
c6cab823c9
commit
af24535fc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497512
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= helm
|
PORTNAME= helm
|
||||||
PORTVERSION= 2.13.0
|
PORTVERSION= 2.13.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= LOCAL/danilo
|
MASTER_SITES= LOCAL/danilo
|
||||||
|
|
||||||
|
@ -28,9 +28,9 @@ post-patch:
|
||||||
do-build:
|
do-build:
|
||||||
.for cmd in helm tiller rudder
|
.for cmd in helm tiller rudder
|
||||||
cd ${WRKDIR}/src/k8s.io/helm/cmd/${cmd} ; \
|
cd ${WRKDIR}/src/k8s.io/helm/cmd/${cmd} ; \
|
||||||
GOPATH=${WRKDIR} go build \
|
GOPATH=${WRKDIR} GOCACHE=${WRKDIR}/.gocache go build \
|
||||||
-ldflags="-X k8s.io/helm/pkg/version.Version=v${PORTVERSION} \
|
-ldflags="-X k8s.io/helm/pkg/version.Version=v${PORTVERSION} \
|
||||||
-X k8s.io/helm/pkg/version.GitCommit=79d07943b03aea2b76c12644b4b54733bc5958d6 \
|
-X k8s.io/helm/pkg/version.GitCommit=618447cbf203d147601b4b9bd7f8c37a5d39fbb4 \
|
||||||
-X k8s.io/helm/pkg/version.BuildMetadata="
|
-X k8s.io/helm/pkg/version.BuildMetadata="
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1551542582
|
TIMESTAMP = 1554066548
|
||||||
SHA256 (helm-2.13.0.tar.xz) = a1c643d7630073101d92fb7278adb734fb0ec5d35e6ea2f8a548de866cb5d861
|
SHA256 (helm-2.13.1.tar.xz) = 214741346d7ee11e33cbff71f1dd5fa94991334abc43a086eeeadfcf10388305
|
||||||
SIZE (helm-2.13.0.tar.xz) = 40162692
|
SIZE (helm-2.13.1.tar.xz) = 40301728
|
||||||
|
|
Loading…
Reference in a new issue