diff options
author | pallxk | 2020-08-27 08:14:22 +0800 |
---|---|---|
committer | pallxk | 2020-08-27 08:14:22 +0800 |
commit | d0e07a4f8570960348601e601f03488a21fd8824 (patch) | |
tree | 1944dfd54d0f139a9a4ed65a0629c9b90599b00b | |
parent | 833be8192679c2d07573cf4270de90d057696b54 (diff) | |
download | aur-d0e07a4f8570960348601e601f03488a21fd8824.tar.gz |
Update to 0.6.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-msrestazure pkgdesc = The runtime library "msrestazure" for AutoRest generated Python clients. - pkgver = 0.6.3 + pkgver = 0.6.4 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.3.tar.gz - sha256sums = c429caaf44494063ae006f0de497c0c23eea75880e532a2a087ac2a61e096cbc + source = https://github.com/Azure/msrestazure-for-python/archive/v0.6.4.tar.gz + sha256sums = 7e9ca8fccf8fc24286f8aaef90e69534c92989d3f2eaebc83fd59523f30d7a4a pkgname = python-msrestazure @@ -2,7 +2,7 @@ # Contributor: Kelsey Maes <kelseymaes at outlook dot com> pkgname=python-msrestazure -pkgver=0.6.3 +pkgver=0.6.4 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=('c429caaf44494063ae006f0de497c0c23eea75880e532a2a087ac2a61e096cbc') +sha256sums=('7e9ca8fccf8fc24286f8aaef90e69534c92989d3f2eaebc83fd59523f30d7a4a') build() { cd "msrestazure-for-python-${pkgver}" |