Date: Sun, 27 Jan 2019 22:38:16 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491443 - head/sysutils/helm Message-ID: <201901272238.x0RMcGSP002856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sun Jan 27 22:38:16 2019 New Revision: 491443 URL: https://svnweb.freebsd.org/changeset/ports/491443 Log: - Update to 2.12.3 Modified: head/sysutils/helm/Makefile head/sysutils/helm/distinfo Modified: head/sysutils/helm/Makefile ============================================================================== --- head/sysutils/helm/Makefile Sun Jan 27 22:03:56 2019 (r491442) +++ head/sysutils/helm/Makefile Sun Jan 27 22:38:16 2019 (r491443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= helm -PORTVERSION= 2.12.2 +PORTVERSION= 2.12.3 CATEGORIES= sysutils MASTER_SITES= LOCAL/danilo @@ -30,7 +30,7 @@ do-build: cd ${WRKDIR}/src/k8s.io/helm/cmd/${cmd} ; \ GOPATH=${WRKDIR} go build \ -ldflags="-X k8s.io/helm/pkg/version.Version=v${PORTVERSION} \ - -X k8s.io/helm/pkg/version.GitCommit=7d2b0c73d734f6586ed222a567c5d103fed435be \ + -X k8s.io/helm/pkg/version.GitCommit=eecf22f77df5f65c823aacd2dbd30ae6c65f186e \ -X k8s.io/helm/pkg/version.BuildMetadata=" .endfor Modified: head/sysutils/helm/distinfo ============================================================================== --- head/sysutils/helm/distinfo Sun Jan 27 22:03:56 2019 (r491442) +++ head/sysutils/helm/distinfo Sun Jan 27 22:38:16 2019 (r491443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547766363 -SHA256 (helm-2.12.2.tar.xz) = 262e5f6e3aa34d0ad96cb9cd5fc4b4d91428aecdfd78ea7d3f09f88e5ed9a231 -SIZE (helm-2.12.2.tar.xz) = 39560896 +TIMESTAMP = 1548628040 +SHA256 (helm-2.12.3.tar.xz) = fe1c9b76dafb984ce407a1745f56f153e0b56e31fcf64223e556311f967273bd +SIZE (helm-2.12.3.tar.xz) = 39100816
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901272238.x0RMcGSP002856>