Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
azure-cli
Commits:
f67042e9 by Sven-Hendrik Haase at 2025-05-08T16:48:13+02:00
upgpkg: 2.72.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = azure-cli
pkgdesc = Command-line tools for Microsoft Azure
- pkgver = 2.71.0
+ pkgver = 2.72.0
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -12,10 +12,10 @@ pkgbase = azure-cli
depends = python
options = !debug
options = !strip
- source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.71.0
+ source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.72.0
source = az
source = python-3.13-compat-update-cffi.patch
- sha256sums =
6e0eadd9c69496501943079ca0f5d3a42ead246f105e255e81b37ee7901c7ea6
+ sha256sums =
3ab4219fe2564077a094d11bb0db4068692a96cf93e1300bfe7e86e24a22b995
sha256sums =
990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116
sha256sums =
bae8e3fc18eafa94a68f84cd7b9a2252adee095647a8da28e8aabe64515c973a
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: pallxk <[email protected]>
# https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux
pkgname=azure-cli
-pkgver=2.71.0
+pkgver=2.72.0
pkgrel=1
pkgdesc="Command-line tools for Microsoft Azure"
arch=('any')
@@ -19,7 +19,7 @@ options=('!debug' '!strip')
source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}"
"az"
"python-3.13-compat-update-cffi.patch")
-sha256sums=('6e0eadd9c69496501943079ca0f5d3a42ead246f105e255e81b37ee7901c7ea6'
+sha256sums=('3ab4219fe2564077a094d11bb0db4068692a96cf93e1300bfe7e86e24a22b995'
'990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116'
'bae8e3fc18eafa94a68f84cd7b9a2252adee095647a8da28e8aabe64515c973a')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/f67042e9515ad8b7d525d288810150438d3b54c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/f67042e9515ad8b7d525d288810150438d3b54c6
You're receiving this email because of your account on gitlab.archlinux.org.