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

Christian Rebischke shibumi at archlinux.org
Wed Sep 4 19:35:36 UTC 2019


    Date: Wednesday, September 4, 2019 @ 19:35:35
  Author: shibumi
Revision: 508107

upgpkg: consul-template 0.21.0-1

Modified:
  consul-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-04 19:35:05 UTC (rev 508106)
+++ PKGBUILD	2019-09-04 19:35:35 UTC (rev 508107)
@@ -2,8 +2,8 @@
 # Contributor: Tyler Langlois <ty |at| tjll |dot| net>
 # Contributor: Tim Meusel <tim at bastelfreak.de>
 pkgname=consul-template
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.0
+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='9a0f301b69d841c32f36b78008afb2dee8a9c40b'
+_consul_template_commit='05c6b650cd48d79d5aae4a603ae24c24ff61098c'
 source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit}"
         "${pkgname}.service"
         "${pkgname}.hcl")
@@ -26,6 +26,7 @@
   export PATH="$PATH:$GOPATH/bin"
   mkdir -p src/github.com/hashicorp/
   mv "${pkgname}" src/github.com/hashicorp/
+  export GO111MODULE=on
 }
 
 build() {



More information about the arch-commits mailing list