summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-09-23 14:45:08 +0800
committerpallxk2020-09-23 14:45:08 +0800
commit6ff5449b6033f3b345e108d9ce1a08e6223d7828 (patch)
treee4a5d130fd6945f5468bf4dfc572c92375ba2ef8
parentea44ef2e7c8bd68627f4436d21c0e888a4774476 (diff)
downloadaur-6ff5449b6033f3b345e108d9ce1a08e6223d7828.tar.gz
Upgrade to 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09c730b58a0d..8c3275d13d77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.11.1
+ pkgver = 2.12.0
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -26,8 +26,8 @@ pkgbase = python-azure-cli
depends = python-vsts-cd-manager
depends = python-wheel
depends = python-yaml
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.11.1.tar.gz
- sha256sums = 2d5e5530daf643bcef9e6eb34afe1e8104a7c2b97046c9773efd904739d680f3
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.12.0.tar.gz
+ sha256sums = b7e03e65ea8f5c03c2b239d53590b7a16f6b1d9dabad471737b063aaf65691a7
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 924c6f244975..562cfa8f8c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.11.1
+pkgver=2.12.0
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -15,7 +15,7 @@ depends=('fabric' 'python-antlr4' 'python-applicationinsights' 'python-argcomple
'python-tabulate' 'python-vsts-cd-manager' 'python-wheel' 'python-yaml')
makedepends=('git' 'python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-sha256sums=('2d5e5530daf643bcef9e6eb34afe1e8104a7c2b97046c9773efd904739d680f3')
+sha256sums=('b7e03e65ea8f5c03c2b239d53590b7a16f6b1d9dabad471737b063aaf65691a7')
build() {
cd "$_name-$_name-$pkgver/src"