summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-03-03 14:11:09 -0500
committerJean-Francois Chevrette2020-03-03 14:11:20 -0500
commit69d5b30d7cc20664338e2ae5f1f3530ac0c80e3f (patch)
tree207ebf9cd75a337ba827e9114df706e914801e2d
parent92ebf7f221affa5271a707f941e2708605f2ba42 (diff)
downloadaur-69d5b30d7cc20664338e2ae5f1f3530ac0c80e3f.tar.gz
bump to 1.4.6
Signed-off-by: Jean-Francois Chevrette <jfchevrette@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32bf74d6d7cd..00274e138a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = istio-bin
pkgdesc = An open platform to connect, manage, and secure microservices
- pkgver = 1.4.5
+ pkgver = 1.4.6
pkgrel = 1
url = https://istio.io
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = istio-bin
depends = bash
depends = glibc
conflicts = istio
- source = https://github.com/istio/istio/releases/download/1.4.5/istio-1.4.5-linux.tar.gz
- sha256sums = 8c7d33c22cfe9b4ef965dc0718931527d24a7c33657fa173e011f00b367a82cf
+ source = https://github.com/istio/istio/releases/download/1.4.6/istio-1.4.6-linux.tar.gz
+ sha256sums = 74480f2c73fad95aba923d16fbdda641f5ac55d1476a716d71cd2a350f48ff10
pkgname = istio-bin
diff --git a/PKGBUILD b/PKGBUILD
index de0d6fbb0429..c3c7449514c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='istio'
pkgname="${_pkgname}-bin"
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc='An open platform to connect, manage, and secure microservices'
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=()
makedepends=()
conflicts=("${_pkgname}")
source=("https://github.com/istio/istio/releases/download/${pkgver}/istio-${pkgver}-linux.tar.gz")
-sha256sums=('8c7d33c22cfe9b4ef965dc0718931527d24a7c33657fa173e011f00b367a82cf')
+sha256sums=('74480f2c73fad95aba923d16fbdda641f5ac55d1476a716d71cd2a350f48ff10')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"