mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/etcd: upgrade to 3.1.6
This commit is contained in:
parent
ff86a1c307
commit
e45fe46ada
@ -1,8 +1,8 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=etcd
|
||||
pkgver=3.1.5
|
||||
pkgrel=2
|
||||
pkgver=3.1.6
|
||||
pkgrel=0
|
||||
pkgdesc="A highly-available key value store for shared configuration and service discovery"
|
||||
url="https://github.com/coreos/etcd"
|
||||
arch="x86_64"
|
||||
@ -43,10 +43,9 @@ package() {
|
||||
|
||||
ctl() {
|
||||
pkgname="A command-line client for etcd"
|
||||
|
||||
install -Dm755 "$builddir"/bin/etcdctl "$subpkgdir"/usr/bin/etcdctl
|
||||
}
|
||||
|
||||
sha512sums="6a91be81721179579fbe2b054c23c196aae3c10e3af2ff4e3472e501c7dbbb3dd1adc796d9d2c9f91d46fff7caab45d2cab082a5275c1b90a0f7ded8e67985bb etcd-3.1.5.tar.gz
|
||||
sha512sums="3ff6d7c85c345d5d4515f7c8cc40c01758ef34bfe65a8f23149dfea5037e4dee5c382e3a28c17d7e8865b8e916c2e61cc350277c9e5be7f5b7853c4f59a2bfe3 etcd-3.1.6.tar.gz
|
||||
440c9f23decb318c565a79d376b107dbd2333e72d5d812ec1460732543348737468b3e66e82e06a1afa0f09760c1eb066804a668a24e92a23977758727e049d2 etcd.confd
|
||||
99271b1ae4a5636ae2332a98d35a5d9e27cac9154d5ede7952b0627caca53ef0b0d8164aa18f53c25e42e969b80e534930c2a3ed0bd0a1fdaec093075016355c etcd.initd"
|
||||
cee78d665c6449aceed2e12e13a461e614b7c71a4e4800c967bdfff0175e58aad1f8b0b186b8fa49ceffe315e5e68eccf24b8f3a3e3f805df8850f7e81b4ad12 etcd.initd"
|
||||
|
||||
@ -22,8 +22,8 @@ start() {
|
||||
--background \
|
||||
--make-pidfile \
|
||||
--exec /usr/bin/etcd -- \
|
||||
-name=$ETCD_NAME \
|
||||
-data-dir="$ETCD_DATA_DIR" \
|
||||
--name=$ETCD_NAME \
|
||||
--data-dir="$ETCD_DATA_DIR" \
|
||||
$ETCD_OPTS
|
||||
eend $? "Failed to start $SVCNAME"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user