mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
consul: update to 1.12.0.
This commit is contained in:
parent
e4327f92d3
commit
34cbc6b0da
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.11.4
|
version=1.12.0
|
||||||
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=944e8ce64201ab2bbe923b207883d08a4dcff73a
|
_git_commit=09a8cdb4a5c0c53201d7888d9fb618dde007cdd8
|
||||||
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=253200fbf79aefee632c5cde9f90e6df6eddcb2766f2909b0d347c4438065126
|
checksum=87b3fe01d0a772dc1cbab31cf38ab05d651d93cd1632aa289faf06988a65d617
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue