summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-11-18 13:36:49 -0800
committerKelsey Maes2018-11-18 13:36:49 -0800
commit71ef96a2899f73595b52bd40e9997d6cfec0d7e9 (patch)
treef2b7780ec68b96cc97b10e99370a766e81eab896
parentd662f83ef2222b4d22f25fba082d60a2eca906ab (diff)
downloadaur-71ef96a2899f73595b52bd40e9997d6cfec0d7e9.tar.gz
Update to 2.0.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa20fc991097..1c330d3ae5f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.0.44
+ pkgver = 2.0.50
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -21,8 +21,8 @@ pkgbase = python-azure-cli
depends = python-tabulate
depends = python-vsts-cd-manager
depends = python-yaml
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.44.tar.gz
- sha256sums = 87964b1d60000134e6dfeca86aee417ffe3f874f191c762d29b498bc0323b593
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.50.tar.gz
+ sha256sums = decbf866e5a4e22914ed177553b89c0b017bf459eacb16e703766e0eae7efa69
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 8f0d913c0137..1fd0e96b1a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.44
+pkgver=2.0.50
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=('87964b1d60000134e6dfeca86aee417ffe3f874f191c762d29b498bc0323b593')
+sha256sums=('decbf866e5a4e22914ed177553b89c0b017bf459eacb16e703766e0eae7efa69')
build() {
cd "$_name-$_name-$pkgver/src"