summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpallxk2020-12-29 20:02:26 +0800
committerpallxk2020-12-29 20:02:26 +0800
commitba03fafbaa638a2123c9a8024b9f418360948d88 (patch)
treed8d4396a8cfed8838132b932d63d48d6e58e0e2a /PKGBUILD
parent6288228bfd509f32c323f6b606889fc273d095e1 (diff)
downloadaur-ba03fafbaa638a2123c9a8024b9f418360948d88.tar.gz
2.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"