summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-08-27 15:04:50 +0800
committerpallxk2019-08-27 15:04:50 +0800
commiteae819591e0e744c433d05b6048d125272f66ca8 (patch)
tree2d40637ca94d7e4769e5f8cbb0ee19882dc7e010
parent0d2ed475a20aee519a50052cb1872426b95ceb7d (diff)
downloadaur-eae819591e0e744c433d05b6048d125272f66ca8.tar.gz
Update to 2.0.72
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b3c63427b7..f31d9c0a6f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.0.71
+ pkgver = 2.0.72
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -23,8 +23,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.0.71.tar.gz
- sha256sums = 8c6fda4efe043d3da302e3978fa63689831f6a4f5c0d3cc553cf256e3d0369cc
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.72.tar.gz
+ sha256sums = 3a66997deb52ce20864d9707b7aebad6a6c717ea812cc24754136d24f26c16c1
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 617d868c3bb9..c2d54ea65bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.71
+pkgver=2.0.72
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-applicationinsights' 'python-argcomplete' 'python-azure-git' 'p
'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=('8c6fda4efe043d3da302e3978fa63689831f6a4f5c0d3cc553cf256e3d0369cc')
+sha256sums=('3a66997deb52ce20864d9707b7aebad6a6c717ea812cc24754136d24f26c16c1')
build() {
cd "$_name-$_name-$pkgver/src"