From f76b630b16419fa7c30c0ac1ddca0b7521537577 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 10 Aug 2021 23:05:48 -0500 Subject: [PATCH] consul: update to 1.10.1. --- srcpkgs/consul/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index ef1690b5d34..6688949e289 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,10 +1,10 @@ # Template file for 'consul' pkgname=consul -version=1.9.6 +version=1.10.1 revision=1 build_style=go go_import_path="github.com/hashicorp/consul" -_git_commit=bbcbb733b416acd7066fe4e0157c58678e4ba1e4 +_git_commit=db839f18ba4796df77601bfe9873756ed340525d 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=6e3c59057d43e9c614cde19499ef70d49e93f1978eb918022721abee7bc19ed8 +checksum=c840ba7b52df3ec6105a7febe900e52dde504a33bd1fa4e2e1985a88b6072d41 post_install() { vlicense LICENSE