summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpallxk2021-04-19 20:06:40 +0800
committerpallxk2021-04-19 20:06:40 +0800
commit890856e21d2decd753341eef0c4195849df5a540 (patch)
treef1f6dad977e2cc17a726f1fa0b21b41708bc38fe /PKGBUILD
parent231a6eaced5b306bfd54fe65dc1e8645786f86ec (diff)
downloadaur-890856e21d2decd753341eef0c4195849df5a540.tar.gz
2.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3002eea80bf5..1a031e824388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.22.0
+pkgver=2.22.1
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=('44a47e6a3432dfb6c81045c571304c26109acaff7b63e3793d93fd4127b4f074')
+sha256sums=('c9bc47a1ffe74e8d676b533d576593e5ed539626d4fa7c399a280a0aa220c016')
build() {
cd "$_name-$_name-$pkgver/src"