mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
etcd: update to 3.4.3.
This commit is contained in:
parent
050c4a090e
commit
2307102210
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.3.15
|
version=3.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Distributed reliable key-value store"
|
short_desc="Distributed reliable key-value store"
|
||||||
|
@ -9,9 +9,10 @@ license="Apache-2.0"
|
||||||
hostmakedepends="git glide"
|
hostmakedepends="git glide"
|
||||||
go_import_path="github.com/coreos/etcd"
|
go_import_path="github.com/coreos/etcd"
|
||||||
go_package="${go_import_path} ${go_import_path}/etcdctl"
|
go_package="${go_import_path} ${go_import_path}/etcdctl"
|
||||||
|
go_mod_mode="default"
|
||||||
homepage="https://coreos.com/etcd/docs/latest/"
|
homepage="https://coreos.com/etcd/docs/latest/"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=3da9bba24d1d4c434d39b8f603c0f481d5888c2a9b7600d3d2cd0cc5d58804e2
|
checksum=957cafe18599b97943e8ef3e95a50f751b79a235c45c12896a98b7299f725ad9
|
||||||
conf_files="/etc/sv/etcd/conf"
|
conf_files="/etc/sv/etcd/conf"
|
||||||
system_accounts="etcd"
|
system_accounts="etcd"
|
||||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue