Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
azure-cli
Commits:
d48af922 by Sven-Hendrik Haase at 2024-09-03T19:04:18+02:00
upgpkg: 2.64.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.63.0
+ pkgver = 2.64.0
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -8,10 +8,10 @@ pkgbase = azure-cli
makedepends = git
depends = python
options = !strip
- source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.63.0
- source =
azure-cli-27196.patch::https://github.com/Azure/azure-cli/compare/azure-cli-2.63.0...4801ee240ce11b9b37c80a600302a9164db5bbca.diff
+ source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.64.0
+ source =
azure-cli-27196.patch::https://github.com/Azure/azure-cli/compare/azure-cli-2.64.0...4801ee240ce11b9b37c80a600302a9164db5bbca.diff
source = az
- sha256sums =
2175e23a8700a9c5b377faebbf83a19a841753c53f86285e71f09c5e6074c742
+ sha256sums =
2e0cb7a40b680afeb58a5ae4fef5472724bde185a226cee12932d877b91b3807
sha256sums =
55f3e047db43e822e8819d082c284b5280a2fa32a28f3fcf074bbdcf3667a37a
sha256sums =
990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116
=====================================
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.63.0
+pkgver=2.64.0
pkgrel=1
pkgdesc="Command-line tools for Microsoft Azure"
arch=('any')
@@ -14,7 +14,7 @@ options=("!debug")
source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}"
"${pkgname}-27196.patch::https://github.com/Azure/azure-cli/compare/azure-cli-${pkgver}...4801ee240ce11b9b37c80a600302a9164db5bbca.diff"
"az")
-sha256sums=('2175e23a8700a9c5b377faebbf83a19a841753c53f86285e71f09c5e6074c742'
+sha256sums=('2e0cb7a40b680afeb58a5ae4fef5472724bde185a226cee12932d877b91b3807'
'55f3e047db43e822e8819d082c284b5280a2fa32a28f3fcf074bbdcf3667a37a'
'990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116')
options=('!strip')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/d48af9227628e3a630bd02206a83595ecc025094
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/d48af9227628e3a630bd02206a83595ecc025094
You're receiving this email because of your account on gitlab.archlinux.org.