summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvp2020-08-27 23:09:50 +0300
committerbvp2020-08-27 23:30:47 +0300
commit70044d1fc9844d48b93f8825311489918637e290 (patch)
tree5bb2fc056962611fb733d6deaeffecd0dae4543d
parent4e46b82470c7cce3ba9e2cbdc74ff1b05bc5b352 (diff)
downloadaur-70044d1fc9844d48b93f8825311489918637e290.tar.gz
bump version to 1.8.3
Signed-off-by: bvp <bvp-yar@ya.ru>
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87f2e14876b0..994ac14c6361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasiliy Bukharev <bvp-yar@ya.ru>
pkgname=consul-bin
-pkgver=1.7.4
+pkgver=1.8.3
pkgrel=1
pkgdesc='A tool for service discovery, monitoring and configuration.'
#arch=('i686')
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'aarch64')
url="https://www.consul.io"
license=('MPL')
depends=('glibc')
-provides=('consul=1.7.1')
+provides=('consul=1.8.3')
source=('consul.service')
source_i686=("https://releases.hashicorp.com/consul/${pkgver}/consul_${pkgver}_linux_386.zip")
source_x86_64=("https://releases.hashicorp.com/consul/${pkgver}/consul_${pkgver}_linux_amd64.zip")
@@ -20,11 +20,11 @@ source_armv7h=("https://releases.hashicorp.com/consul/${pkgver}/consul_${pkgver}
source_aarch64=("https://releases.hashicorp.com/consul/${pkgver}/consul_${pkgver}_linux_arm64.zip")
sha256sums=('cace20b6db0643a4d10f6f14ab7ba23d047376aae48460b48fd265cb3eebc13c')
-sha256sums_i686=('46580180f788cb0e13eace9048c3bc68e7eefcaa78a9fdc9c7a6a0c0f8a7d775')
-sha256sums_x86_64=('19aaacd53aeeb734b6070355960e96289cfe52f3996d8d2b91803fa8518d7203')
-sha256sums_arm=('a219cacc0ee7a5df47dce82f6d0f45cf7944c04c94dea6b163e8209391da4b33')
-sha256sums_armv6h=('b00f9dd11469c85c2720f0b1e374f9c0d6d3ca08d26df48a776f2ff30dd890bf')
-sha256sums_aarch64=('cc712e99077bdaad5f0a320006e9d32bc3524150dcbd01122a3e4bc0a7148a7a')
+sha256sums_i686=('2962b5e983f9fdc1de43d22760db82801758b87f633d3fb4f260d352077fca5e')
+sha256sums_x86_64=('b72e9eac5405c691c2e3b50819900ca84a79f2f6e7d73aa91f2a336fc2bcacb0')
+sha256sums_arm=('9b7147ac122103fe249594af19c590bbcdc730bacc40b70b7520b2aad7d70bba')
+sha256sums_armv6h=('aedeb8d48de513e09e4a3ac2e32d0c77f83743e37af09b0c8b38edbb0f644451')
+sha256sums_aarch64=('23f4092a649839907570c0dc8f2ec44f87f0909491f72b42e3d0dda9e1a1a19d')
options=('!strip')
package() {