consul: update to 1.7.2.
This commit is contained in:
parent
30d595bfed
commit
df347c762d
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'consul'
|
# Template file for 'consul'
|
||||||
pkgname=consul
|
pkgname=consul
|
||||||
version=1.6.2
|
version=1.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/${pkgname}"
|
go_import_path="github.com/hashicorp/${pkgname}"
|
||||||
_git_commit=a42ded477cf4e5ac1a850b42ec5d25672cd2545d
|
_git_commit=9ea1a204d832cfd4d8c5cba9df56876a526a4531
|
||||||
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit} -X ${go_import_path}/version.GitDescribe=v${version}"
|
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit} -X ${go_import_path}/version.GitDescribe=v${version}"
|
||||||
# consul has a vendor directory, but relies on replace statements in go.mod, so
|
# consul has a vendor directory, but relies on replace statements in go.mod, so
|
||||||
# force default non-vendor behavior.
|
# force default non-vendor behavior.
|
||||||
|
@ -15,7 +15,7 @@ maintainer="iaroki <iaroki@protonmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://www.consul.io/"
|
homepage="https://www.consul.io/"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=98ba4f3e271536954deb118fe88bfcbd3c6150defeee8a2b946a4dff98594a75
|
checksum=5fbf25b8df906dfb4133eedf266a5c4a5af3022428b03a41928e1e48bd59a3b9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue