Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / istio
Commits: 1875a743 by Carl Smedstad at 2026-06-08T22:35:41+02:00 upgpkg: 1.30.1-1: Upstream release https://istio.io/latest/news/releases/1.30.x/announcing-1.30.1/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = istio pkgdesc = Istio configuration command line utility for service operators to debug and diagnose their Istio mesh - pkgver = 1.30.0 + pkgver = 1.30.1 pkgrel = 1 url = https://github.com/istio/istio arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = istio makedepends = go depends = glibc options = !lto - source = https://github.com/istio/istio/archive/1.30.0/istio-1.30.0.tar.gz - sha512sums = 580b4adee58f91bbe48a0ea312f7a02ef24010bcc6b67311545f1d6c465a274d46945e1ed55b751a80ce093f95d4f2548fb3c6f308a2a262765c5da59cead97d - b2sums = 777b12357d69ab2326d7b133b58ad669ed44a72c14e5ba84bb8d6f7f6a49f08332cc5ae6dee7438e10e102382d7d0f42255c54f110f295110447db1d6aef1376 + source = https://github.com/istio/istio/archive/1.30.1/istio-1.30.1.tar.gz + sha512sums = 37df81e9be4f5f11fe72f557bd450bad8ff802ea6941f02556a83f55f38f37d7c9f7413ba529daf6243d782341f372fac97f80fffe0a78d579209f59a328afca + b2sums = 5993f5d51183716f2031b849844ae994ef7ad7031aa78de3f3e01e87c09293d33bd428b2eade3b848d2fb44a09ad80993fcaba9c4ce1020446783720a5bdf466 pkgname = istio ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: jtagcat <[email protected]> pkgname=istio -pkgver=1.30.0 +pkgver=1.30.1 pkgrel=1 pkgdesc="Istio configuration command line utility for service operators to debug and diagnose their Istio mesh" arch=(x86_64) @@ -14,8 +14,8 @@ depends=(glibc) makedepends=(go) options=(!lto) source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('580b4adee58f91bbe48a0ea312f7a02ef24010bcc6b67311545f1d6c465a274d46945e1ed55b751a80ce093f95d4f2548fb3c6f308a2a262765c5da59cead97d') -b2sums=('777b12357d69ab2326d7b133b58ad669ed44a72c14e5ba84bb8d6f7f6a49f08332cc5ae6dee7438e10e102382d7d0f42255c54f110f295110447db1d6aef1376') +sha512sums=('37df81e9be4f5f11fe72f557bd450bad8ff802ea6941f02556a83f55f38f37d7c9f7413ba529daf6243d782341f372fac97f80fffe0a78d579209f59a328afca') +b2sums=('5993f5d51183716f2031b849844ae994ef7ad7031aa78de3f3e01e87c09293d33bd428b2eade3b848d2fb44a09ad80993fcaba9c4ce1020446783720a5bdf466') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/1875a743964fc3699e3ab9c87b6a9592336e1902 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/1875a743964fc3699e3ab9c87b6a9592336e1902 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
