Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-cli
Commits: 3f99dfdf by Carl Smedstad at 2025-09-07T19:11:57+02:00 upgpkg: 2.77.0-1: Upstream release https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/Latest-version/release-notes-azure-cli.md#september-02-2025 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = azure-cli pkgdesc = Command-line tools for Microsoft Azure - pkgver = 2.76.0 + pkgver = 2.77.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.76.0 + source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.77.0 source = az - sha256sums = 9a7dffb6b7dd7523909b0188702156bda2317d3fe1342c15db8dc1f1f8c43567 + sha256sums = e69741342e3c3eacd15313de208cd6ce798d16ab90697650b6546d5224c8c0a2 sha256sums = 990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116 pkgname = azure-cli ===================================== PKGBUILD ===================================== @@ -1,8 +1,10 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Carl Smedstad <[email protected]> # Contributor: pallxk <[email protected]> # https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux + pkgname=azure-cli -pkgver=2.76.0 +pkgver=2.77.0 pkgrel=1 pkgdesc="Command-line tools for Microsoft Azure" arch=('any') @@ -15,14 +17,17 @@ depends=( "python" ) makedepends=("git") -options=('!debug' '!strip') +options=( + '!debug' + '!strip' +) source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}" "az") -sha256sums=('9a7dffb6b7dd7523909b0188702156bda2317d3fe1342c15db8dc1f1f8c43567' +sha256sums=('e69741342e3c3eacd15313de208cd6ce798d16ab90697650b6546d5224c8c0a2' '990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116') package() { - cd azure-cli + cd $pkgname mkdir -v "$pkgdir/opt" # We're going to just slap all of this junk into /opt because it needs so much stuff View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/3f99dfdf1159c3ca4d6a2ff0c4d2b319449e251d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/3f99dfdf1159c3ca4d6a2ff0c4d2b319449e251d You're receiving this email because of your account on gitlab.archlinux.org.
