summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-08-26 16:01:40 +0800
committerpallxk2020-08-26 16:01:40 +0800
commit50f66273960b34732dd6242f325dc015decaaec6 (patch)
treea72eb2fa6800ab0ee25afbbed24d14e66955e45b
parentf178fea58fefbd673f7136d2a2620457f93da47a (diff)
downloadaur-50f66273960b34732dd6242f325dc015decaaec6.tar.gz
Update to 2.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50bf2ac35ac9..2595549d6236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.10.1
+ pkgver = 2.11.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.10.1.tar.gz
- sha256sums = 3291d879ad5b2c3e3000e692de6bbbd53690ec3453dbb4eb9be0b07430ab61ff
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.11.0.tar.gz
+ sha256sums = 2a3eae24e2e88f2895f685294f4927f2d11ab2ba41e249d9bb0812a1b2cfd9f6
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 96c747a8ae2f..25759ba1012f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.10.1
+pkgver=2.11.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=('3291d879ad5b2c3e3000e692de6bbbd53690ec3453dbb4eb9be0b07430ab61ff')
+sha256sums=('2a3eae24e2e88f2895f685294f4927f2d11ab2ba41e249d9bb0812a1b2cfd9f6')
build() {
cd "$_name-$_name-$pkgver/src"