consul: update to 1.9.6.
This commit is contained in:
parent
237b6203e3
commit
37462bce18
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'consul'
|
||||
pkgname=consul
|
||||
version=1.8.4
|
||||
version=1.9.6
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/consul"
|
||||
_git_commit=9ea1a204d832cfd4d8c5cba9df56876a526a4531
|
||||
_git_commit=bbcbb733b416acd7066fe4e0157c58678e4ba1e4
|
||||
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
|
||||
# force default non-vendor behavior.
|
||||
|
@ -15,7 +15,7 @@ maintainer="iaroki <iaroki@protonmail.com>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://www.consul.io/"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=77d1dfa93da66ccb222049bd892e46f8ddb11516589311fbdc24bd658d64b372
|
||||
checksum=6e3c59057d43e9c614cde19499ef70d49e93f1978eb918022721abee7bc19ed8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue