consul: update to 1.16.2.
This commit is contained in:
parent
2fd78fe59e
commit
76afa7c4ea
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'consul'
|
# Template file for 'consul'
|
||||||
pkgname=consul
|
pkgname=consul
|
||||||
version=1.15.2
|
version=1.16.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/consul"
|
go_import_path="github.com/hashicorp/consul"
|
||||||
_git_commit=5e08e229dbdaed5adf3ca99afe9df247c51507da
|
_git_commit=5e08e229dbdaed5adf3ca99afe9df247c51507da
|
||||||
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}"
|
||||||
short_desc="Distributed solution to connect and configure applications"
|
short_desc="Distributed solution to connect and configure applications"
|
||||||
maintainer="iaroki <iaroki@protonmail.com>"
|
maintainer="iaroki <iaroki@protonmail.com>"
|
||||||
license="MPL-2.0"
|
license="BUSL-1.1"
|
||||||
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=ce5e6666c9bd3ee8dcd60b2ed6e082ab9893fda3c0a2218add649c197f34f2f3
|
checksum=0dacc7eeacd19a687e20fa83ae88444d2a5336a9150cfc116d39a39b31d5829d
|
||||||
system_accounts="_consul"
|
system_accounts="_consul"
|
||||||
make_dirs="/etc/consul.d 0755 root _consul
|
make_dirs="/etc/consul.d 0755 root _consul
|
||||||
/var/lib/consul 0750 _consul _consul"
|
/var/lib/consul 0750 _consul _consul"
|
||||||
|
repository=nonfree
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue