From 5cfd8a567c4ac061fa007576d421c8f92e5ece03 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 17 Mar 2023 02:41:32 -0500 Subject: [PATCH] consul: update to 1.15.1. --- srcpkgs/consul/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index ae147d500d7..0001bdc1986 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,20 +1,17 @@ # Template file for 'consul' pkgname=consul -version=1.14.0 +version=1.15.1 revision=1 build_style=go go_import_path="github.com/hashicorp/consul" -_git_commit=0e046bbb34f12b4a38c6c2dc6497426761f0b02f +_git_commit=7c04b6a0dd433619e788617434a4c236b7d4f892 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. -go_mod_mode=default short_desc="Distributed solution to connect and configure applications" maintainer="iaroki " license="MPL-2.0" homepage="https://www.consul.io/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=d5d857be454767705f552c7e1588eb811b3923dc1d0f3553cc48fefbd57539bd +checksum=3f5f698aad0343642949d1c442e6e8bbcd835e3c173e4ee8ebb087758d1e31a4 post_install() { vlicense LICENSE