summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2021-02-09 20:09:33 +0800
committerpallxk2021-02-09 20:09:33 +0800
commit2ce50375193253872ded40f4680a028ebfbbc176 (patch)
treed86cbc6b1214e03479ae36628a9b304839cece56
parent4f5863abd9608f0c37a96e2df8bc44b4b727f4c4 (diff)
downloadaur-2ce50375193253872ded40f4680a028ebfbbc176.tar.gz
2.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f06b3385f0b1..0ebeb2e8b961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.18.0
+ pkgver = 2.19.0
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -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.18.0.tar.gz
- sha256sums = 444230665e86e7b229ca2622599c429605dc1f9c0f6b6b791dda2ba59034973b
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.19.0.tar.gz
+ sha256sums = c82aa53d85e9d14640e3f26a8911af74b213d1dbe847120e2b92335544ae1c29
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 4a4abf21a556..60c469ef8395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.18.0
+pkgver=2.19.0
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -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=('444230665e86e7b229ca2622599c429605dc1f9c0f6b6b791dda2ba59034973b')
+sha256sums=('c82aa53d85e9d14640e3f26a8911af74b213d1dbe847120e2b92335544ae1c29')
build() {
cd "$_name-$_name-$pkgver/src"