consul: update to 1.13.2.
This commit is contained in:
parent
c73d50115f
commit
6b13cb770e
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'consul'
|
# Template file for 'consul'
|
||||||
pkgname=consul
|
pkgname=consul
|
||||||
version=1.12.2
|
version=1.13.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/consul"
|
go_import_path="github.com/hashicorp/consul"
|
||||||
_git_commit=19041f202c952a25c5d612a3664e1bdac3c91129
|
_git_commit=0e046bbb34f12b4a38c6c2dc6497426761f0b02f
|
||||||
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.
|
||||||
|
@ -14,7 +14,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=74d627b778760d8f0a77f65742c3fd1e07bef18e8ce1710dd7791032072b4029
|
checksum=2702f31faceec627698ce529613710f4db271cfcf24676ee9bb205cac3fedaf9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue