[arch-commits] Commit in consul-template/trunk (PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Wed Aug 10 19:41:30 UTC 2022
Date: Wednesday, August 10, 2022 @ 19:41:30
Author: shibumi
Revision: 1265111
upgpkg: consul-template 0.29.1-1
Modified:
consul-template/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-10 19:36:36 UTC (rev 1265110)
+++ PKGBUILD 2022-08-10 19:41:30 UTC (rev 1265111)
@@ -2,7 +2,7 @@
# Contributor: Tyler Langlois <ty |at| tjll |dot| net>
# Contributor: Tim Meusel <tim at bastelfreak.de>
pkgname=consul-template
-pkgver=0.25.2
+pkgver=0.29.1
pkgrel=1
pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data'
arch=('x86_64')
@@ -13,7 +13,7 @@
depends=('glibc')
optdepends=('consul: interpolate values from a distributed key/value store'
'vault: reference secure secrets in template files')
-_consul_template_commit='870905de57f085588c3b718b779d8550aefc5dcf'
+_consul_template_commit='4525703f9dd1347a38446e137d56de94dcd06ee7'
source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit}"
"${pkgname}.service"
"${pkgname}.hcl")
@@ -20,6 +20,7 @@
sha512sums=('SKIP'
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
+options=(!lto)
prepare() {
export GOPATH="${srcdir}"
More information about the arch-commits
mailing list