summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-04-21 11:18:46 +0800
committerpallxk2020-04-21 11:18:46 +0800
commit402e55301a3905703ff25b1c3b424a9a6429617f (patch)
tree0fce9869e33047354b9b05039e735a32eef08414
parent3e81d747b9a57acafaf4159da6c4a581cca51c5c (diff)
downloadaur-402e55301a3905703ff25b1c3b424a9a6429617f.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc76364de727..e79d7cc40cb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
license = MIT
@@ -26,8 +26,8 @@ pkgbase = python-azure-cli
depends = python-vsts-cd-manager
depends = python-wheel
depends = python-yaml
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.3.1.tar.gz
- sha256sums = 75ccb34e3ed375d1c4c45b48896342e5d7940f70f85f504caf3272ca9e3ed2bc
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.4.0.tar.gz
+ sha256sums = 5514d8185c2041ea5ebdf895ca9c31f8d9b3b29505e464a96f8e262119d3f311
pkgname = python-azure-cli
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"