From 22939737cae8dfaed58b7534cc9c40ef2ffc48a1 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 19 Mar 2022 19:20:47 -0500 Subject: [PATCH] consul: update to 1.11.4. --- srcpkgs/consul/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index e7a3938851..fc0e805028 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,10 +1,10 @@ # Template file for 'consul' pkgname=consul -version=1.11.1 +version=1.11.4 revision=1 build_style=go go_import_path="github.com/hashicorp/consul" -_git_commit=2c56447e427c0dd4bdbcabe6cc39bd0802aaf897 +_git_commit=944e8ce64201ab2bbe923b207883d08a4dcff73a 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=e548902d6a9c92bcc07fc1af33049078fb34a371e9853be6b0d6a69cf2a2c208 +checksum=253200fbf79aefee632c5cde9f90e6df6eddcb2766f2909b0d347c4438065126 post_install() { vlicense LICENSE