etcd: update to 3.4.34.

This commit is contained in:
Andrea Brancaleoni 2024-10-22 02:56:59 +00:00
parent d4fc1c3959
commit 55a5410d9e
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'etcd' # Template file for 'etcd'
pkgname=etcd pkgname=etcd
reverts=3.5.12_1 reverts=3.5.12_1
version=3.4.32 version=3.4.34
revision=2 revision=1
build_style=go build_style=go
go_import_path="go.etcd.io/etcd" go_import_path="go.etcd.io/etcd"
go_package="${go_import_path} ${go_import_path}/etcdctl" go_package="${go_import_path} ${go_import_path}/etcdctl"
@ -11,7 +11,7 @@ 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://github.com/etcd-io/etcd/archive/v${version}.tar.gz" distfiles="https://github.com/etcd-io/etcd/archive/v${version}.tar.gz"
checksum=0ebd1754b8644220d73f0ec1c2fd3f09a71c87719cde04bb215e2962a8cfecea checksum=7f265027635096b3a9801fe805b8f451626264d023aa1b272a71dbbab1e3a426
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"