summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-12-29 20:02:26 +0800
committerpallxk2020-12-29 20:02:26 +0800
commitba03fafbaa638a2123c9a8024b9f418360948d88 (patch)
treed8d4396a8cfed8838132b932d63d48d6e58e0e2a
parent6288228bfd509f32c323f6b606889fc273d095e1 (diff)
downloadaur-ba03fafbaa638a2123c9a8024b9f418360948d88.tar.gz
2.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbc2e0798a4a..176e07e55705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.16.0
+ pkgver = 2.17.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.16.0.tar.gz
- sha256sums = 5bdd5d1063ee8fa070edbc166e0d1567d554e4c9e9e9038e5ccd3d04bdce6f3b
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.17.0.tar.gz
+ sha256sums = 0605059822bca1ac471afd236a432824c7675070d99ee40863801df3aa7cea54
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index bce3611ac192..74b798137207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.16.0
+pkgver=2.17.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=('5bdd5d1063ee8fa070edbc166e0d1567d554e4c9e9e9038e5ccd3d04bdce6f3b')
+sha256sums=('0605059822bca1ac471afd236a432824c7675070d99ee40863801df3aa7cea54')
build() {
cd "$_name-$_name-$pkgver/src"