From 813413458d3c13a2506bac1ae97ba7b1cef2963d Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Tue, 13 Aug 2019 16:06:10 -0700 Subject: [PATCH] consul: fix _git_commit. Revision bumped because built output changes. Tag was modified in the interrim, so checksum changed as well. Diff shows a one-character change in a kubernetes dependency's version string. --- srcpkgs/consul/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index 9bd68c23f73..7e533e2c58c 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,10 +1,10 @@ # Template file for 'consul' pkgname=consul version=1.5.3 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/${pkgname}" -_git_commit=34eff659dcc5503b6eb117733c9f7def63f01bad +_git_commit=a42ded477cf4e5ac1a850b42ec5d25672cd2545d go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit} -X ${go_import_path}/version.GitDescribe=v${version}" # consul has a vendor directory, but relies on replace statements in go.mod, so # force default non-vendor behavior. @@ -15,7 +15,7 @@ maintainer="iaroki " license="MPL-2.0" homepage="https://www.consul.io/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=9a29ee11e12d75980016db0685ce7eb81a36a97c90d6bd23529a310f4e2dc02a +checksum=f36f1e516346864a7a61b0917df0e82ef9a83eb792885f9f032cca99a594bc82 post_install() { vlicense LICENSE