summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKelsey Maes2018-08-12 07:00:41 -0700
committerKelsey Maes2018-08-12 07:00:41 -0700
commitd662f83ef2222b4d22f25fba082d60a2eca906ab (patch)
tree34843d9bc23116f2196a727e2a05650b425bc532 /PKGBUILD
parent61d7826235c1f607b84c7fe917761fcbaa7fba05 (diff)
downloadaur-d662f83ef2222b4d22f25fba082d60a2eca906ab.tar.gz
Update to 2.0.44
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 857fe25faaca..8f0d913c0137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.41
+pkgver=2.0.44
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-applicationinsights' 'python-argcomplete' 'python-azure'
'python-tabulate' 'python-vsts-cd-manager' 'python-yaml')
makedepends=('git' 'python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-sha256sums=('cb0db0d99ab89d347690c44f1d4af310517659670b4b7e1d87c55f9d75059516')
+sha256sums=('87964b1d60000134e6dfeca86aee417ffe3f874f191c762d29b498bc0323b593')
build() {
cd "$_name-$_name-$pkgver/src"