mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
etcd: update to 3.0.9.
This commit is contained in:
parent
5bf72827a0
commit
1464b435dd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.0.8
|
version=3.0.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Distributed reliable key-value store"
|
short_desc="Distributed reliable key-value store"
|
||||||
|
@ -10,7 +10,7 @@ hostmakedepends="git"
|
||||||
go_import_path="github.com/coreos/etcd"
|
go_import_path="github.com/coreos/etcd"
|
||||||
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=fd3fd69081c0be4c155b28ee27d3e80bce92a6b62ffe34d5ee511ce032ab9134
|
checksum=d33cf2a42e33d2f79c00e4b8a5b206ae2688aadd7d71326c394fe8a9a4964706
|
||||||
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