consul: update to 1.0.7.
Closes #13492. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
1c9ca42b42
commit
a19413ec52
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'consul'
|
||||
pkgname=consul
|
||||
version=1.0.6
|
||||
revision=2
|
||||
version=1.0.7
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/${pkgname}"
|
||||
short_desc="Distributed solution to connect and configure applications"
|
||||
maintainer="iaroki <iaroki@protonmail.com>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://www.consul.io/"
|
||||
go_import_path="github.com/hashicorp/$pkgname"
|
||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||
checksum=c5c2109260b5eb7e807bf6fb5312ee379284d1b322a0b8b7539e67d25f2a80ff
|
||||
distfiles="https://github.com/hashicorp/consul/archive/v${version}.tar.gz"
|
||||
checksum=0e2edc88f34115a94b7fc3ea31b5936fb38ac730cb13b383e149ead5ec2a5bea
|
||||
|
|
Loading…
Reference in a new issue