Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / istio
Commits: 581d39e6 by Carl Smedstad at 2024-07-17T08:39:02+02:00 upgpkg: 1.22.3-1: Upstream release https://github.com/istio/istio/releases/tag/1.22.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.22.2 + pkgver = 1.22.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.22.2.tar.gz::https://github.com/istio/istio/archive/1.22.2.tar.gz - sha512sums = 07c1994fe96d90b199543c69fdb70d49f77b136516ae5277b2971a71bcf08929f48ae60662db8783f15bac21654ca795182363a30e5ab4adcef277b4238eb8a6 - b2sums = f0d20af60e3d4c85a60a9a5baa8328bcefde0fbe42a779fbfa66f10c5d98b5551d2614e58f0b5cefc97c48e3c3a04f7bbcb05e2c63bbaa911478d1d4dd477bb4 + source = istio-1.22.3.tar.gz::https://github.com/istio/istio/archive/1.22.3.tar.gz + sha512sums = 8ed38bb4dac2258509757f924c54b8bc8352da096f10ce898fe8e54de7510970f59574b9503c23549121bd5f95dd98aa9d01f2b85d17c4b470b74ef4a6a80022 + b2sums = 1dfa924fbcd6e04123e58c93214ecc5bec4ba3e7b8978fa9b0d2c165ac164d27206414c6cba45aa7f230cba9cbbf7f3a72260443f9d6ce5e3562eba2b8ba6827 pkgname = istio ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: jtagcat <[email protected]> pkgname=istio -pkgver=1.22.2 +pkgver=1.22.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=('07c1994fe96d90b199543c69fdb70d49f77b136516ae5277b2971a71bcf08929f48ae60662db8783f15bac21654ca795182363a30e5ab4adcef277b4238eb8a6') -b2sums=('f0d20af60e3d4c85a60a9a5baa8328bcefde0fbe42a779fbfa66f10c5d98b5551d2614e58f0b5cefc97c48e3c3a04f7bbcb05e2c63bbaa911478d1d4dd477bb4') +sha512sums=('8ed38bb4dac2258509757f924c54b8bc8352da096f10ce898fe8e54de7510970f59574b9503c23549121bd5f95dd98aa9d01f2b85d17c4b470b74ef4a6a80022') +b2sums=('1dfa924fbcd6e04123e58c93214ecc5bec4ba3e7b8978fa9b0d2c165ac164d27206414c6cba45aa7f230cba9cbbf7f3a72260443f9d6ce5e3562eba2b8ba6827') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/581d39e6a51bf583975b157df841b63689094b1b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/581d39e6a51bf583975b157df841b63689094b1b You're receiving this email because of your account on gitlab.archlinux.org.
