summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2021-04-19 20:55:54 +0800
committerpallxk2021-04-19 20:55:54 +0800
commitc68dacd4662f6f94b73f230f8dda2fa5fbd7c9ff (patch)
tree26e0c8b9122f8ceb62215d4e2de6ab09ace06ffa
parent016178abf4625e4c6a7cb2dabbe6798d4e66cba7 (diff)
downloadaur-c68dacd4662f6f94b73f230f8dda2fa5fbd7c9ff.tar.gz
2.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a05d2440905d..4d4fdf1b4150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = azure-cli
pkgdesc = Command-line tools for Azure.
- pkgver = 2.22.0
- pkgrel = 2
+ pkgver = 2.22.1
+ pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
license = MIT
depends = python
conflicts = python-azure-cli
options = !strip
- source = install-2.22.0.py::https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-2.22.0/scripts/curl_install_pypi/install.py
+ source = install-2.22.1.py::https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-2.22.1/scripts/curl_install_pypi/install.py
source = install.response
source = az
sha256sums = c5107b96cfe881c46c8d8d9f401fcf931aab2b769a20fda58626b6e6e907219b
diff --git a/PKGBUILD b/PKGBUILD
index 94d7e8f705e6..85d47f19f3ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux
pkgname=azure-cli
-pkgver=2.22.0
-pkgrel=2
+pkgver=2.22.1
+pkgrel=1
pkgdesc="Command-line tools for Azure."
arch=('any')
url="https://github.com/Azure/azure-cli"