summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-11-20 21:58:34 +0800
committerpallxk2020-11-20 21:58:34 +0800
commit9052038507e5c5052648572f95831fe4bca21a36 (patch)
treea207d4bf56c398a4553e02ddfe8e87cceaf01636
parent0337617d1269af0b6eca26cd6cf544d8e2d44cb2 (diff)
downloadaur-9052038507e5c5052648572f95831fe4bca21a36.tar.gz
Update to 2.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5260d8832e11..d77e388a4f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = azure-cli
pkgdesc = Command-line tools for Azure.
- pkgver = 2.15.0
- pkgrel = 2
+ pkgver = 2.15.1
+ pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
license = MIT
depends = python
conflicts = python-azure-cli
options = !strip
- source = https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-2.15.0/scripts/curl_install_pypi/install.py
+ source = https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-2.15.1/scripts/curl_install_pypi/install.py
source = install.response
source = az
sha256sums = 1b2f3c77c9bc4b0027d930c5dd39abe9ef4a72eea198289bcdaa2f68e5650166
diff --git a/PKGBUILD b/PKGBUILD
index d0b82e6ca822..7be4797f5010 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.15.0
-pkgrel=2
+pkgver=2.15.1
+pkgrel=1
pkgdesc="Command-line tools for Azure."
arch=('any')
url="https://github.com/Azure/azure-cli"