[arch-commits] Commit in consul-template/trunk (PKGBUILD)

2022-08-10 Thread Christian Rebischke via arch-commits
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
===
--- PKGBUILD2022-08-10 19:36:36 UTC (rev 1265110)
+++ PKGBUILD2022-08-10 19:41:30 UTC (rev 1265111)
@@ -2,7 +2,7 @@
 # Contributor: Tyler Langlois 
 # Contributor: Tim Meusel 
 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}"



[arch-commits] Commit in consul-template/trunk (PKGBUILD)

2021-05-29 Thread Christian Rebischke via arch-commits
Date: Sunday, May 30, 2021 @ 00:03:37
  Author: shibumi
Revision: 950303

upgpkg: consul-template 0.25.2-1

Modified:
  consul-template/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-29 23:58:49 UTC (rev 950302)
+++ PKGBUILD2021-05-30 00:03:37 UTC (rev 950303)
@@ -2,8 +2,8 @@
 # Contributor: Tyler Langlois 
 # Contributor: Tim Meusel 
 pkgname=consul-template
-pkgver=0.22.1
-pkgrel=3
+pkgver=0.25.2
+pkgrel=1
 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
 arch=('x86_64')
 url='https://github.com/hashicorp/consul-template'
@@ -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='005b42eb2414a945dfe205dba58f64cc3546a7b5'
+_consul_template_commit='870905de57f085588c3b718b779d8550aefc5dcf'
 
source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit}";
 "${pkgname}.service"
 "${pkgname}.hcl")


[arch-commits] Commit in consul-template/trunk (PKGBUILD)

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:23:42
  Author: foxboron
Revision: 919836

upgpkg: consul-template 0.22.1-3: Go 1.16 rebuild

Modified:
  consul-template/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:22:59 UTC (rev 919835)
+++ PKGBUILD2021-04-17 21:23:42 UTC (rev 919836)
@@ -3,7 +3,7 @@
 # Contributor: Tim Meusel 
 pkgname=consul-template
 pkgver=0.22.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
 arch=('x86_64')
 url='https://github.com/hashicorp/consul-template'