aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@bethel.jw.org>2017-06-28 08:00:28 +0000
committerFrancesco Colista <fcolista@bethel.jw.org>2017-06-28 08:00:28 +0000
commitbc595d945124e729d61af5734d0723f1888ee911 (patch)
tree8f2c7e0121a88ed2fb8bcbfe403730f7f13c5e30 /testing
parent353c939e8d1a1056ec9296a0007f31d89f32da14 (diff)
downloadaports-bc595d945124e729d61af5734d0723f1888ee911.tar.bz2
aports-bc595d945124e729d61af5734d0723f1888ee911.tar.xz
testing/consul-template: upgrade to 0.18.5
Diffstat (limited to 'testing')
-rw-r--r--testing/consul-template/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/consul-template/APKBUILD b/testing/consul-template/APKBUILD
index 54ce5b4511..336ee51a82 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.3
+pkgver=0.18.5
pkgrel=0
pkgdesc="Generic template rendering and notifications with Consul"
url="https://www.consul.io/"
@@ -9,7 +9,7 @@ arch="all"
license="MPL-2.0"
depends=""
makedepends="go"
-options="!strip"
+options="!strip !check"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -30,4 +30,4 @@ package() {
install -m750 -D bin/$pkgname "$pkgdir"/usr/sbin/$pkgname
}
-sha512sums="2a19315df08957f6a4cfd84630ba79944f4b3a5c783cf2c72966f92e6a9ab9131db067340464fa2791d2f4fc7073157265c8c95049c58df8f2f02e197d7f0024 consul-template-0.18.3.tar.gz"
+sha512sums="1709c889cd414d2b3510400e8077aec49006c31958618a38f6bce78dad2ba4aac5405410b030bf968b5cf148f4cfbe963ccf95a015cd1e58f2f6d1f09edc13de consul-template-0.18.5.tar.gz"