summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-06-24 13:43:09 +0800
committerpallxk2019-06-24 13:43:09 +0800
commit4612033ca2225fc02aa01d7f7fae7717e6e3c1b8 (patch)
treead7d250bd6adcec8c4ff2d40e813d288428d76f3
parenta840ae64bf6f99e2a38c5fc781c851a6042c3e2c (diff)
downloadaur-4612033ca2225fc02aa01d7f7fae7717e6e3c1b8.tar.gz
Update to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec0110afe4ad..dcc4e3e04886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrestazure
pkgdesc = The runtime library "msrestazure" for AutoRest generated Python clients.
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/Azure/msrestazure-for-python
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-msrestazure
depends = python-adal
depends = python-keyring
depends = python-msrest
- source = https://github.com/Azure/msrestazure-for-python/archive/v0.6.0.tar.gz
- sha256sums = 3b392971c0b95975b185b73b6e25c502175b42a30b80ccd7f04f099fe129c36c
+ source = https://github.com/Azure/msrestazure-for-python/archive/v0.6.1.tar.gz
+ sha256sums = 169268a64815e7aa2a812b12e58877a0942eea6fe1411dcd5d2672d9918cd377
pkgname = python-msrestazure
diff --git a/PKGBUILD b/PKGBUILD
index 005601ee1122..7a5b678f4e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrestazure
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="The runtime library \"msrestazure\" for AutoRest generated Python clients."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-adal' 'python-keyring' 'python-msrest')
makedepends=('python-setuptools')
source=("https://github.com/Azure/msrestazure-for-python/archive/v${pkgver}.tar.gz")
-sha256sums=('3b392971c0b95975b185b73b6e25c502175b42a30b80ccd7f04f099fe129c36c')
+sha256sums=('169268a64815e7aa2a812b12e58877a0942eea6fe1411dcd5d2672d9918cd377')
build() {
cd "msrestazure-for-python-${pkgver}"