summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-03-03 08:50:46 -0800
committerKelsey Maes2018-03-03 08:50:46 -0800
commitf6a1c573c5d03f5efb42cbf0882847bd4f040ab9 (patch)
treeb6270ef50eb65bd3d3015f5d2834f4f71beafcee
parent10ed83fc807ff477a0ff78138863d6200c9b3cce (diff)
downloadaur-f6a1c573c5d03f5efb42cbf0882847bd4f040ab9.tar.gz
Updated to 2.0.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51448adfc766..8453dc3d8022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.0.26
+ pkgver = 2.0.28
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-azure-cli
depends = python-scp
depends = python-sshtunnel
depends = python-tabulate
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.26.tar.gz
- md5sums = c3001643ef0b2ed3635641e0dd764b5e
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.28.tar.gz
+ md5sums = f1cb3ce23f52fb3c8410e72f0c57403b
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index d5b0fe1de8d8..82f6ccd97c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.26
+pkgver=2.0.28
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-applicationinsights' 'python-argcomplete' 'python-azure'
'python-pytz' 'python-scp' 'python-sshtunnel' 'python-tabulate')
makedepends=('git' 'python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-md5sums=('c3001643ef0b2ed3635641e0dd764b5e')
+md5sums=('f1cb3ce23f52fb3c8410e72f0c57403b')
build() {
cd "$_name-$_name-$pkgver/src"