summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpallxk2021-05-06 10:07:31 +0800
committerpallxk2021-05-06 10:07:31 +0800
commit3dc084028c313d8c6a45ef2b12725796a89a4406 (patch)
tree578793dd371384ff69b8d44f840688f1c0c11121 /PKGBUILD
parent890856e21d2decd753341eef0c4195849df5a540 (diff)
downloadaur-python-azure-cli.tar.gz
2.23.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a031e824388..4d9a0eed3295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.22.1
+pkgver=2.23.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=('c9bc47a1ffe74e8d676b533d576593e5ed539626d4fa7c399a280a0aa220c016')
+sha256sums=('a2c31e76b5f55bff775b970de27be02b1b5588508e318bbceded8cbdb81279a9')
build() {
cd "$_name-$_name-$pkgver/src"