mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
consul: update to 1.12.2.
This commit is contained in:
parent
f31bcc661a
commit
6c9e7fe9ed
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'consul'
|
||||
pkgname=consul
|
||||
version=1.12.1
|
||||
version=1.12.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/consul"
|
||||
_git_commit=e57f76ae5cce9e70738aadb16f1e47d7c4c257f4
|
||||
_git_commit=19041f202c952a25c5d612a3664e1bdac3c91129
|
||||
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.
|
||||
|
@ -14,7 +14,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=72b0c3ccb94e127cec95d0c26d6c91afbeda873730d56151932b6cd48c9fd176
|
||||
checksum=74d627b778760d8f0a77f65742c3fd1e07bef18e8ce1710dd7791032072b4029
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue