Date: Thursday, October 18, 2018 @ 14:20:16 Author: shibumi Revision: 396042
upgpkg: consul-template 0.19.5-1 Modified: consul-template/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-18 14:12:13 UTC (rev 396041) +++ PKGBUILD 2018-10-18 14:20:16 UTC (rev 396042) @@ -2,8 +2,8 @@ # Contributor: Tyler Langlois <ty |at| tjll |dot| net> # Contributor: Tim Meusel <[email protected]> pkgname=consul-template -pkgver=0.19.4 -pkgrel=2 +pkgver=0.19.5 +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='111a80441153783544817b7c6a9c08633308b9a8' +_consul_template_commit='f8c8205caf458dfd0ecab69d029ab112803aa587' source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit}" "${pkgname}.service" "${pkgname}.hcl")
