summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-02-19 17:58:02 -0500
committerJean-Francois Chevrette2020-02-19 17:58:02 -0500
commit92ebf7f221affa5271a707f941e2708605f2ba42 (patch)
treea07ec1f0175aa508ad6b33eaf9b82dbc2eb80517
parentd5c99b6a9b48218309fc611301c97f800e57699c (diff)
downloadaur-92ebf7f221affa5271a707f941e2708605f2ba42.tar.gz
bump to v1.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29389aa63982..32bf74d6d7cd 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.4
+ pkgver = 1.4.5
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.4/istio-1.4.4-linux.tar.gz
- sha256sums = 105365208e6c5e2c24fbd74c34e6a63e0301d265b8b674387b6a8163c7579c27
+ source = https://github.com/istio/istio/releases/download/1.4.5/istio-1.4.5-linux.tar.gz
+ sha256sums = 8c7d33c22cfe9b4ef965dc0718931527d24a7c33657fa173e011f00b367a82cf
pkgname = istio-bin
diff --git a/PKGBUILD b/PKGBUILD
index f139295eea04..de0d6fbb0429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='istio'
pkgname="${_pkgname}-bin"
-pkgver=1.4.4
+pkgver=1.4.5
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=('105365208e6c5e2c24fbd74c34e6a63e0301d265b8b674387b6a8163c7579c27')
+sha256sums=('8c7d33c22cfe9b4ef965dc0718931527d24a7c33657fa173e011f00b367a82cf')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"