mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
etcd: update to 3.4.24.
This commit is contained in:
parent
6d9d7d3ea9
commit
1c450fedfa
1 changed files with 5 additions and 8 deletions
|
@ -1,24 +1,21 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.4.4
|
version=3.4.24
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/coreos/etcd"
|
go_import_path="github.com/etcd-io/etcd"
|
||||||
go_package="${go_import_path} ${go_import_path}/etcdctl"
|
go_package="${go_import_path} ${go_import_path}/etcdctl"
|
||||||
|
go_mod_mode=off
|
||||||
short_desc="Distributed reliable key-value store"
|
short_desc="Distributed reliable key-value store"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
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=46bcd0d034fe9cc6ae86a9f2a72bdc78761ca99bfd5ae4b96b24e4ad93fc627e
|
checksum=cc490495ffc04ced61a7f549dffd4f9a2e62723245c66432394659361d6ab659
|
||||||
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"
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
ln -s $wrksrc vendor/$go_import_path
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv etcd
|
vsv etcd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue