summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9653550db110..405ec107141b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.22.1
+ pkgver = 2.23.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.22.1.tar.gz
- sha256sums = c9bc47a1ffe74e8d676b533d576593e5ed539626d4fa7c399a280a0aa220c016
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.23.0.tar.gz
+ sha256sums = a2c31e76b5f55bff775b970de27be02b1b5588508e318bbceded8cbdb81279a9
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1a031e824388..4d9a0eed3295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.22.1
+pkgver=2.23.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=('c9bc47a1ffe74e8d676b533d576593e5ed539626d4fa7c399a280a0aa220c016')
+sha256sums=('a2c31e76b5f55bff775b970de27be02b1b5588508e318bbceded8cbdb81279a9')
build() {
cd "$_name-$_name-$pkgver/src"