summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2021-12-09 14:41:21 +0100
committerCarl Smedstad2021-12-09 14:41:21 +0100
commitbd2995a883ad20552af1cea4addc06ec56f2b9d9 (patch)
treebd96415fd2936594515bbd7752668e9d9cda6099
parent962d7677c514ef4377d76e08c0609279edcca1cc (diff)
downloadaur-bd2995a883ad20552af1cea4addc06ec56f2b9d9.tar.gz
Update to version 1.12.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d77c255eb87..5e854ce170d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = istio-bin
pkgdesc = An open platform to connect, manage, and secure microservices
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://istio.io
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = istio-bin
depends = glibc
provides = istio
conflicts = istio
- source_x86_64 = https://github.com/istio/istio/releases/download/1.12.0/istio-1.12.0-linux-amd64.tar.gz
- sha256sums_x86_64 = 7b219d9d0f48bd92901ef4cacb048c10c9f812dd4af120b0e3b353c006b3226e
- source_aarch64 = https://github.com/istio/istio/releases/download/1.12.0/istio-1.12.0-linux-arm64.tar.gz
- sha256sums_aarch64 = c6d789044120f2e64d0a8593bc98ec1aea99bc5c4a3ab88aedb60134d9596eaf
- source_armv7h = https://github.com/istio/istio/releases/download/1.12.0/istio-1.12.0-linux-armv7.tar.gz
- sha256sums_armv7h = 3aa57cef6050b35c485f66a1d119b5267f8bdc93abec947746685a6f1707125a
+ source_x86_64 = https://github.com/istio/istio/releases/download/1.12.1/istio-1.12.1-linux-amd64.tar.gz
+ sha256sums_x86_64 = 7b1279810a77590bd7af60d6d26074a89c32e6aff7512fdc37f38b093e34e382
+ source_aarch64 = https://github.com/istio/istio/releases/download/1.12.1/istio-1.12.1-linux-arm64.tar.gz
+ sha256sums_aarch64 = 9e8d53fd0d94a744e7eaab8e72bf3eddb76e85d5869a6550397cf2a7df5ee981
+ source_armv7h = https://github.com/istio/istio/releases/download/1.12.1/istio-1.12.1-linux-armv7.tar.gz
+ sha256sums_armv7h = 4ce7de62c740414e5f17f8e931476a76ce2b5ff6fdca673c7d2cd674625e932b
pkgname = istio-bin
diff --git a/PKGBUILD b/PKGBUILD
index 798b68f2ec83..30111076619f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=istio-bin
_pkgname=istio
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc='An open platform to connect, manage, and secure microservices'
arch=('x86_64' 'aarch64' 'armv7h')
@@ -20,9 +20,9 @@ source_x86_64=("$_source_base/istio-$pkgver-linux-amd64.tar.gz")
source_armv7h=("$_source_base/istio-$pkgver-linux-armv7.tar.gz")
source_aarch64=("$_source_base/istio-$pkgver-linux-arm64.tar.gz")
-sha256sums_x86_64=('7b219d9d0f48bd92901ef4cacb048c10c9f812dd4af120b0e3b353c006b3226e')
-sha256sums_armv7h=('3aa57cef6050b35c485f66a1d119b5267f8bdc93abec947746685a6f1707125a')
-sha256sums_aarch64=('c6d789044120f2e64d0a8593bc98ec1aea99bc5c4a3ab88aedb60134d9596eaf')
+sha256sums_x86_64=('7b1279810a77590bd7af60d6d26074a89c32e6aff7512fdc37f38b093e34e382')
+sha256sums_armv7h=('4ce7de62c740414e5f17f8e931476a76ce2b5ff6fdca673c7d2cd674625e932b')
+sha256sums_aarch64=('9e8d53fd0d94a744e7eaab8e72bf3eddb76e85d5869a6550397cf2a7df5ee981')
package() {
cd "$srcdir/$_pkgname-$pkgver"