aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-11-13 10:29:55 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-11-13 10:30:02 +0000
commit0c44d7b3b43fba794b1c1abaffa975323ff91d23 (patch)
tree92aba2989bd327348cefca95a54de858e81577f8
parent4010d5bf052589c47228accdf1ffd83cff0816ca (diff)
testing/etcd: fixes config file with new version
-rw-r--r--testing/etcd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/etcd/APKBUILD b/testing/etcd/APKBUILD
index a700519b97a..82de33b5b33 100644
--- a/testing/etcd/APKBUILD
+++ b/testing/etcd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=etcd
pkgver=3.4.3
-pkgrel=0
+pkgrel=1
pkgdesc="A highly-available key value store for shared configuration and service discovery"
url="https://github.com/coreos/etcd"
arch="x86_64 ppc64le"
@@ -13,7 +13,7 @@ pkgusers="$pkgname"
pkggroups="$pkgname"
subpackages="$pkgname-doc $pkgname-ctl $pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/coreos/etcd/archive/v$pkgver.tar.gz
- $pkgname.yaml::https://raw.githubusercontent.com/etcd-io/etcd/release-3.3/etcd.conf.yml.sample
+ $pkgname.yaml::https://raw.githubusercontent.com/etcd-io/etcd/release-3.4/etcd.conf.yml.sample
$pkgname.confd
$pkgname.initd
"