summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f04cc771d6..0b09a9b58d06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = etcd-bin
pkgdesc = A highly-available key value store for shared configuration and service discovery - binary version
- pkgver = 3.4.9
- pkgrel = 2
+ pkgver = 3.4.14
+ pkgrel = 1
url = https://github.com/coreos/etcd
install = etcd.install
arch = x86_64
@@ -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.4.9/etcd-v3.4.9-linux-amd64.tar.gz
- source = https://github.com/coreos/etcd/raw/v3.4.9/contrib/systemd/etcd.service
- source = https://github.com/coreos/etcd/raw/v3.4.9/etcd.conf.yml.sample
- sha256sums = bcab421f6bf4111accfceb004e0a0ac2bcfb92ac93081d9429e313248dd78c41
+ source = https://github.com/coreos/etcd/releases/download/v3.4.14/etcd-v3.4.14-linux-amd64.tar.gz
+ source = https://github.com/coreos/etcd/raw/v3.4.14/contrib/systemd/etcd.service
+ source = https://github.com/coreos/etcd/raw/v3.4.14/etcd.conf.yml.sample
+ sha256sums = f57141d45ceb727a84e2f0bcd0b98934ea2ad2b59009be90d901710861601651
sha256sums = e107490b80d96494b9276c7478e2e4d368ef9254b50a7996ae9f3456ccc68e81
sha256sums = d91862eedcd2d98523308dba0e4da4ce7a41554b74f52c62a9a69f175753da37
diff --git a/PKGBUILD b/PKGBUILD
index e01ef0443871..8af6e197e722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=etcd-bin
_pkgname=etcd
-pkgver=3.4.9
-pkgrel=2
+pkgver=3.4.14
+pkgrel=1
pkgdesc='A highly-available key value store for shared configuration and service discovery - binary version'
arch=('x86_64')
url='https://github.com/coreos/etcd'
@@ -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=('bcab421f6bf4111accfceb004e0a0ac2bcfb92ac93081d9429e313248dd78c41'
+sha256sums=('f57141d45ceb727a84e2f0bcd0b98934ea2ad2b59009be90d901710861601651'
'e107490b80d96494b9276c7478e2e4d368ef9254b50a7996ae9f3456ccc68e81'
'd91862eedcd2d98523308dba0e4da4ce7a41554b74f52c62a9a69f175753da37')