From 76afa7c4eac8712a70e966646a3d3bb5ec40ff04 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 22 Oct 2023 16:01:18 -0500 Subject: [PATCH] consul: update to 1.16.2. --- srcpkgs/consul/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index e84e308069d..b1591dafc2d 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,20 +1,21 @@ # Template file for 'consul' pkgname=consul -version=1.15.2 -revision=4 +version=1.16.2 +revision=1 build_style=go go_import_path="github.com/hashicorp/consul" _git_commit=5e08e229dbdaed5adf3ca99afe9df247c51507da go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit} -X ${go_import_path}/version.GitDescribe=v${version}" short_desc="Distributed solution to connect and configure applications" maintainer="iaroki " -license="MPL-2.0" +license="BUSL-1.1" homepage="https://www.consul.io/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=ce5e6666c9bd3ee8dcd60b2ed6e082ab9893fda3c0a2218add649c197f34f2f3 +checksum=0dacc7eeacd19a687e20fa83ae88444d2a5336a9150cfc116d39a39b31d5829d system_accounts="_consul" make_dirs="/etc/consul.d 0755 root _consul /var/lib/consul 0750 _consul _consul" +repository=nonfree post_install() { vlicense LICENSE