Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages / consul-template
Commits: 7d5ab53a by Christian Rebischke at 2023-12-23T01:05:01+01:00 upgpkg: 0.35.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = consul-template + pkgdesc = Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data + pkgver = 0.35.0 + pkgrel = 1 + url = https://github.com/hashicorp/consul-template + arch = x86_64 + license = MPL + makedepends = go + makedepends = git + depends = glibc + optdepends = consul: interpolate values from a distributed key/value store + optdepends = vault: reference secure secrets in template files + options = !lto + backup = etc/consul-template/consul-template.hcl + source = git+https://github.com/hashicorp/consul-template#commit=2d2654ffe96210db43306922aaefbb730a8e07f9 + source = consul-template.service + source = consul-template.hcl + sha512sums = SKIP + sha512sums = 8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b + sha512sums = b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674 + +pkgname = consul-template ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Tyler Langlois <ty |at| tjll |dot| net> # Contributor: Tim Meusel <[email protected]> pkgname=consul-template -pkgver=0.31.0 +pkgver=0.35.0 pkgrel=1 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data' arch=('x86_64') @@ -13,7 +13,7 @@ makedepends=('go' 'git') depends=('glibc') optdepends=('consul: interpolate values from a distributed key/value store' 'vault: reference secure secrets in template files') -_consul_template_commit='4525703f9dd1347a38446e137d56de94dcd06ee7' +_consul_template_commit='2d2654ffe96210db43306922aaefbb730a8e07f9' source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit}" "${pkgname}.service" "${pkgname}.hcl") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/consul-template/-/commit/7d5ab53a10308f381c18ba554717cabd5113af28 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/consul-template/-/commit/7d5ab53a10308f381c18ba554717cabd5113af28 You're receiving this email because of your account on gitlab.archlinux.org.
