summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2021-02-13 12:40:33 +0800
committerpallxk2021-02-13 12:40:33 +0800
commit3adffc8466372692898e26b0c229d55b3f4d6e05 (patch)
tree2c57c2f7fdc23b3249890e67b5cb315cc6b4bd0c
parent2ce50375193253872ded40f4680a028ebfbbc176 (diff)
downloadaur-3adffc8466372692898e26b0c229d55b3f4d6e05.tar.gz
2.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ebeb2e8b961..cba3aac90fe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.19.0
+ pkgver = 2.19.1
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.19.0.tar.gz
- sha256sums = c82aa53d85e9d14640e3f26a8911af74b213d1dbe847120e2b92335544ae1c29
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.19.1.tar.gz
+ sha256sums = 5df1b08da8323df87c89501612c961795b161aaccf57c7add6a5555b69a89f60
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 60c469ef8395..e5478ebd6faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.19.0
+pkgver=2.19.1
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=('c82aa53d85e9d14640e3f26a8911af74b213d1dbe847120e2b92335544ae1c29')
+sha256sums=('5df1b08da8323df87c89501612c961795b161aaccf57c7add6a5555b69a89f60')
build() {
cd "$_name-$_name-$pkgver/src"