summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1970f29c1467..47d8a1b2a631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
url="https://github.com/Azure/azure-cli"
@@ -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=('75ccb34e3ed375d1c4c45b48896342e5d7940f70f85f504caf3272ca9e3ed2bc')
+sha256sums=('5514d8185c2041ea5ebdf895ca9c31f8d9b3b29505e464a96f8e262119d3f311')
build() {
cd "$_name-$_name-$pkgver/src"