Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-cli
Commits: b66a49e9 by Carl Smedstad at 2026-06-04T23:11:04+02:00 upgpkg: 2.87.0-1: Upstream release https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.87.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = azure-cli pkgdesc = Command-line tools for Microsoft Azure - pkgver = 2.86.0 + pkgver = 2.87.0 pkgrel = 1 url = https://github.com/Azure/azure-cli arch = any @@ -12,9 +12,9 @@ pkgbase = azure-cli depends = python options = !debug options = !strip - source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.86.0 + source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.87.0 source = az - b2sums = 8aa9c1cd45cb70b48271efd459b33443b0968ae8b07610db88a199c31e768af69cc3e34773449fda2701b1e61feb65f793bb32e0e57d0815deebfe5c20f54e15 + b2sums = fb48bdb576388259782a664ddb193fa576f403fbd98130ad48be333abe005dbdcec411c60d2a17070194ab9513bf577a1d233deaf3f8920f84d329ec0acb9da6 b2sums = 302a9a7886d1ece779ae4d6182551cc68b0b498913911ff41004808c97e71e3f6f649046447d9844b72f6a4c30ee86c181fab252c7af11d36e1dcffec9ed6e16 pkgname = azure-cli ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux pkgname=azure-cli -pkgver=2.86.0 +pkgver=2.87.0 pkgrel=1 pkgdesc="Command-line tools for Microsoft Azure" arch=('any') @@ -23,7 +23,7 @@ options=( ) source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}" "az") -b2sums=('8aa9c1cd45cb70b48271efd459b33443b0968ae8b07610db88a199c31e768af69cc3e34773449fda2701b1e61feb65f793bb32e0e57d0815deebfe5c20f54e15' +b2sums=('fb48bdb576388259782a664ddb193fa576f403fbd98130ad48be333abe005dbdcec411c60d2a17070194ab9513bf577a1d233deaf3f8920f84d329ec0acb9da6' '302a9a7886d1ece779ae4d6182551cc68b0b498913911ff41004808c97e71e3f6f649046447d9844b72f6a4c30ee86c181fab252c7af11d36e1dcffec9ed6e16') package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/b66a49e9774ce60f1493d3b3a56a8c8fcdfadf29 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/b66a49e9774ce60f1493d3b3a56a8c8fcdfadf29 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
