From 1e3e4d2a8876f74d8ca15da18c8592bd0fa849f1 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Wed, 1 Jun 2022 18:18:22 -0500 Subject: [PATCH] consul: update to 1.12.1. --- srcpkgs/consul/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index 9f3f4d50721..a51e0d97557 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,10 +1,10 @@ # Template file for 'consul' pkgname=consul -version=1.12.0 +version=1.12.1 revision=1 build_style=go go_import_path="github.com/hashicorp/consul" -_git_commit=09a8cdb4a5c0c53201d7888d9fb618dde007cdd8 +_git_commit=e57f76ae5cce9e70738aadb16f1e47d7c4c257f4 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. @@ -14,7 +14,7 @@ maintainer="iaroki " license="MPL-2.0" homepage="https://www.consul.io/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=87b3fe01d0a772dc1cbab31cf38ab05d651d93cd1632aa289faf06988a65d617 +checksum=72b0c3ccb94e127cec95d0c26d6c91afbeda873730d56151932b6cd48c9fd176 post_install() { vlicense LICENSE