summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume ALAUX2017-05-29 22:23:03 +0200
committerGuillaume ALAUX2017-05-29 22:23:03 +0200
commit79ec5d30ba2bd88498c118c1ba8aaa3a331a77fb (patch)
tree687c4acbf5ff2f92798f228ac193bfa1f3a7f50c
parent6756a37cacfe30b08a0979e2ff39c6637846c2dc (diff)
downloadaur-79ec5d30ba2bd88498c118c1ba8aaa3a331a77fb.tar.gz
Upstream release 3.1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc0e2084e7d..0af632607596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 16 19:51:11 UTC 2017
+# Mon May 29 20:21:37 UTC 2017
pkgbase = etcd
pkgdesc = A highly-available key value store for shared configuration and service discovery.
- pkgver = 3.1.7
+ pkgver = 3.1.8
pkgrel = 1
url = https://github.com/coreos/etcd
install = etcd.install
@@ -13,10 +13,10 @@ pkgbase = etcd
license = Apache
makedepends = go
backup = etc/conf.d/etcd
- source = etcd-3.1.7.tar.gz::https://github.com/coreos/etcd/archive/v3.1.7.tar.gz
+ source = etcd-3.1.8.tar.gz::https://github.com/coreos/etcd/archive/v3.1.8.tar.gz
source = 10-EnvironmentFile.conf
source = etcd.env
- sha256sums = 41cbfc6744c76aa1735e11c82e6f6ff03c88dc88810938cf6eb80930dc994b2a
+ sha256sums = f68700f710dfd9c5fefb41a60e96f9d0c7907e6abe21518ab0a05f6e425a3d4e
sha256sums = 5c65989c7c9309e07ad1f7d886d9869e6fa326f5c6c85dea3e59da5f34e17d05
sha256sums = 14843a1bba6ca70fc60f3a5694ca47d533dae9401c5134aca85bfdbdea4098d8
diff --git a/PKGBUILD b/PKGBUILD
index 5ae548e51343..270d3c0877ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: korjjj <korjjj+aur[at]gmail[dot]com>
+# Maintainer: guillaume alaux <guillaume at alaux dot net>
# Contributor: xeross <contact at xeross dot me>
# Contributor: codekoala <codekoala at gmail dot com>
pkgname=etcd
-pkgver=3.1.7
+pkgver=3.1.8
pkgrel=1
pkgdesc='A highly-available key value store for shared configuration and service discovery.'
arch=('x86_64' 'i686' 'armv6h' 'armv7h')
@@ -15,7 +16,7 @@ install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/coreos/${pkgname}/archive/v${pkgver}.tar.gz"
'10-EnvironmentFile.conf'
'etcd.env')
-sha256sums=('41cbfc6744c76aa1735e11c82e6f6ff03c88dc88810938cf6eb80930dc994b2a'
+sha256sums=('f68700f710dfd9c5fefb41a60e96f9d0c7907e6abe21518ab0a05f6e425a3d4e'
'5c65989c7c9309e07ad1f7d886d9869e6fa326f5c6c85dea3e59da5f34e17d05'
'14843a1bba6ca70fc60f3a5694ca47d533dae9401c5134aca85bfdbdea4098d8')