summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-05-05 10:45:58 -0400
committerJean-Francois Chevrette2020-05-05 10:45:58 -0400
commit490100bab715c43da4f2744fe72daf78a259468f (patch)
treefd0b279c0afd7d934431d3b80d9f729f3acc72d8
parent6f006acc464c68becbb5a224911ac7b2daabd32b (diff)
downloadaur-490100bab715c43da4f2744fe72daf78a259468f.tar.gz
bump to v1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 360edcccb044..2e5410dd80c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = istio-bin
pkgdesc = An open platform to connect, manage, and secure microservices
- pkgver = 1.5.1
+ pkgver = 1.5.2
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.5.1/istio-1.5.1-linux.tar.gz
- sha256sums = cbaf9c76a75e2585bd3444e96bf64c29b31165981a4dc4a24faf7a34d9f9de01
+ source = https://github.com/istio/istio/releases/download/1.5.2/istio-1.5.2-linux.tar.gz
+ sha256sums = 0e32ac8af40b9edcb49a31b8f45df4f3a825a47fd2aa1ac114e93def73dc3c17
pkgname = istio-bin
diff --git a/PKGBUILD b/PKGBUILD
index 37b626de2318..b8b9c9abb6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='istio'
pkgname="${_pkgname}-bin"
-pkgver=1.5.1
+pkgver=1.5.2
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=('cbaf9c76a75e2585bd3444e96bf64c29b31165981a4dc4a24faf7a34d9f9de01')
+sha256sums=('0e32ac8af40b9edcb49a31b8f45df4f3a825a47fd2aa1ac114e93def73dc3c17')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"