diff options
-rw-r--r-- | testing/consul-template/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/consul-template/APKBUILD b/testing/consul-template/APKBUILD index 2078ef0c4e..c9dc8108a3 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.19.3 +pkgver=0.19.4 pkgrel=0 pkgdesc="Generic template rendering and notifications with Consul" url="https://www.consul.io/" @@ -30,4 +30,4 @@ package() { install -m750 -D bin/$pkgname "$pkgdir"/usr/sbin/$pkgname } -sha512sums="72375814686ddee5378753e278b50699e53f1781d513417427e1566cdcc9c9e9fadbe145ed5793ee77253ffc5e25e98c08e809c1e67a2ea6da505f1bb0157d81 consul-template-0.19.3.tar.gz" +sha512sums="b9ccfcdbc2a7bfb040de25a7f78d38c4098793d4de4f4be61f339f1bae0f38b32da008147ac1ffb449e7f78ecc8d47553c6cd02e29ce37bd30b38009fa2e6deb consul-template-0.19.4.tar.gz" |