summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319559faa412..44e3a3c75cf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etcd-bin
pkgdesc = A highly-available key value store for shared configuration and service discovery - binary version
- pkgver = 3.5.9
+ pkgver = 3.5.11
pkgrel = 1
url = https://github.com/coreos/etcd
install = etcd.install
@@ -10,10 +10,10 @@ pkgbase = etcd-bin
conflicts = etcd
conflicts = etcd-git
backup = etc/etcd/etcd.conf.yml
- source = https://github.com/coreos/etcd/releases/download/v3.5.9/etcd-v3.5.9-linux-amd64.tar.gz
- source = https://github.com/coreos/etcd/raw/v3.5.9/contrib/systemd/etcd.service
- source = https://github.com/coreos/etcd/raw/v3.5.9/etcd.conf.yml.sample
- sha256sums = d59017044eb776597eca480432081c5bb26f318ad292967029af1f62b588b042
+ source = https://github.com/coreos/etcd/releases/download/v3.5.11/etcd-v3.5.11-linux-amd64.tar.gz
+ source = https://github.com/coreos/etcd/raw/v3.5.11/contrib/systemd/etcd.service
+ source = https://github.com/coreos/etcd/raw/v3.5.11/etcd.conf.yml.sample
+ sha256sums = e256885e753dc99001335e099d3c2eb8cf21a865a087ee4d7e3665752ae5929a
sha256sums = 6b2921568bd96f5bb48ba61d2b9673f42e49eb90fda35a7003fbac469a226a13
sha256sums = 4b61e989a358a76df6b7ff68d5a026a042a671ad8d8d67a0244a58e80b61082a
diff --git a/PKGBUILD b/PKGBUILD
index 4fc5646f7496..b2f8be824d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=etcd-bin
_pkgname=etcd
-pkgver=3.5.9
+pkgver=3.5.11
pkgrel=1
pkgdesc='A highly-available key value store for shared configuration and service discovery - binary version'
arch=('x86_64')
@@ -15,7 +15,7 @@ install="etcd.install"
source=("https://github.com/coreos/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux-amd64.tar.gz"
"https://github.com/coreos/${_pkgname}/raw/v${pkgver}/contrib/systemd/${_pkgname}.service"
"https://github.com/coreos/${_pkgname}/raw/v${pkgver}/${_pkgname}.conf.yml.sample")
-sha256sums=('d59017044eb776597eca480432081c5bb26f318ad292967029af1f62b588b042'
+sha256sums=('e256885e753dc99001335e099d3c2eb8cf21a865a087ee4d7e3665752ae5929a'
'6b2921568bd96f5bb48ba61d2b9673f42e49eb90fda35a7003fbac469a226a13'
'4b61e989a358a76df6b7ff68d5a026a042a671ad8d8d67a0244a58e80b61082a')