summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2021-03-02 21:11:06 +0800
committerpallxk2021-03-02 21:11:06 +0800
commitfb00ed7d41f4ec9a75c7e53cd6c75ca2e753ebde (patch)
treea237fe01037a2668f75a78e7116bc67bb048938f
parent3adffc8466372692898e26b0c229d55b3f4d6e05 (diff)
downloadaur-fb00ed7d41f4ec9a75c7e53cd6c75ca2e753ebde.tar.gz
2.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cba3aac90fe5..eb63180f77da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.19.1
+ pkgver = 2.20.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.19.1.tar.gz
- sha256sums = 5df1b08da8323df87c89501612c961795b161aaccf57c7add6a5555b69a89f60
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.20.0.tar.gz
+ sha256sums = 35416e94ab39375dd8a23229285615a4937dd56b43bf0307aabb9621c80b0b0e
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index e5478ebd6faa..46123e09c421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.19.1
+pkgver=2.20.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=('5df1b08da8323df87c89501612c961795b161aaccf57c7add6a5555b69a89f60')
+sha256sums=('35416e94ab39375dd8a23229285615a4937dd56b43bf0307aabb9621c80b0b0e')
build() {
cd "$_name-$_name-$pkgver/src"