diff options
-rw-r--r-- | testing/consul-template/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/consul-template/APKBUILD b/testing/consul-template/APKBUILD index 336ee51a82..2078ef0c4e 100644 --- a/testing/consul-template/APKBUILD +++ b/testing/consul-template/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Gennady Feldman <gena01@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=consul-template -pkgver=0.18.5 +pkgver=0.19.3 pkgrel=0 pkgdesc="Generic template rendering and notifications with Consul" url="https://www.consul.io/" @@ -18,7 +18,7 @@ build() { mkdir -p "$builddir/src/github.com/hashicorp" ln -s "$builddir" "$builddir/src/github.com/hashicorp/$pkgname" - cd "$builddir/src/github.com/hashicorp/$pkgname" || return 1 + cd "$builddir/src/github.com/hashicorp/$pkgname" GOPATH="$builddir" go build -v -o bin/$pkgname } @@ -30,4 +30,4 @@ package() { install -m750 -D bin/$pkgname "$pkgdir"/usr/sbin/$pkgname } -sha512sums="1709c889cd414d2b3510400e8077aec49006c31958618a38f6bce78dad2ba4aac5405410b030bf968b5cf148f4cfbe963ccf95a015cd1e58f2f6d1f09edc13de consul-template-0.18.5.tar.gz" +sha512sums="72375814686ddee5378753e278b50699e53f1781d513417427e1566cdcc9c9e9fadbe145ed5793ee77253ffc5e25e98c08e809c1e67a2ea6da505f1bb0157d81 consul-template-0.19.3.tar.gz" |