Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / istio
Commits: d48f81fe by Carl Smedstad at 2024-11-02T19:41:05+01:00 upgpkg: 1.23.3-1: Upstream release https://istio.io/latest/news/releases/1.23.x/announcing-1.23.3/ - - - - - 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.23.2 + pkgver = 1.23.3 pkgrel = 1 url = https://github.com/istio/istio arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = istio makedepends = go depends = glibc options = !lto - source = istio-1.23.2.tar.gz::https://github.com/istio/istio/archive/1.23.2.tar.gz - sha512sums = 3ebe9827a5bf3f84eb580f07d8f87d23f148110bde1c6c840dfcca3ec94d7fbd82ba6fb22bf0d5a22e2948b4d48fc9c1c1e8a1ad5e088fb1743e43b89358e263 - b2sums = 93c7d456ef110a889d1fc599511bd5621dbd9d8990c2d12466ec58a4da6412640f9bbe9e5b0452fb2740e78005320ae5a1de18176943c5ccebf18010a42f7f88 + source = istio-1.23.3.tar.gz::https://github.com/istio/istio/archive/1.23.3.tar.gz + sha512sums = 25f1bf11445eeac6ea4dead842f7edba883d942b3710e460c4a5ae662719a88d5a9f2cf2a96c84e36a0fa7322486c8e87c6ec68c472d2a50f189d2a375977434 + b2sums = 3c2bd1edf8297e0b6572f7d3414b2d94e0896ba3c5ab9af42f5c9573086eace31476f6629f08f0312c2124a1b70cf550254423e53ad14a151394334703549fb0 pkgname = istio ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: jtagcat <[email protected]> pkgname=istio -pkgver=1.23.2 +pkgver=1.23.3 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=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha512sums=('3ebe9827a5bf3f84eb580f07d8f87d23f148110bde1c6c840dfcca3ec94d7fbd82ba6fb22bf0d5a22e2948b4d48fc9c1c1e8a1ad5e088fb1743e43b89358e263') -b2sums=('93c7d456ef110a889d1fc599511bd5621dbd9d8990c2d12466ec58a4da6412640f9bbe9e5b0452fb2740e78005320ae5a1de18176943c5ccebf18010a42f7f88') +sha512sums=('25f1bf11445eeac6ea4dead842f7edba883d942b3710e460c4a5ae662719a88d5a9f2cf2a96c84e36a0fa7322486c8e87c6ec68c472d2a50f189d2a375977434') +b2sums=('3c2bd1edf8297e0b6572f7d3414b2d94e0896ba3c5ab9af42f5c9573086eace31476f6629f08f0312c2124a1b70cf550254423e53ad14a151394334703549fb0') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/d48f81fe83235289fc35382406968d6cebb75e15 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/d48f81fe83235289fc35382406968d6cebb75e15 You're receiving this email because of your account on gitlab.archlinux.org.
