summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-07-02 07:21:07 -0700
committerKelsey Maes2018-07-02 07:21:07 -0700
commit7a2d4c0098970cb97a738b7aa9ef20909d48650a (patch)
tree37b4e8ca1d1d59604f71b9d921704139413d80cc
parenta51d5831603f0f558d5355934ddd99e296a4bf8c (diff)
downloadaur-7a2d4c0098970cb97a738b7aa9ef20909d48650a.tar.gz
Update to 0.4.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 780866597f23..6b010d70cff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrestazure
pkgdesc = The runtime library "msrestazure" for AutoRest generated Python clients.
- pkgver = 0.4.22
+ pkgver = 0.4.33
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.4.22.tar.gz
- md5sums = 8c261f80a115940af63422eb6baca268
+ source = https://github.com/Azure/msrestazure-for-python/archive/v0.4.33.tar.gz
+ sha256sums = af506560bd575129a65795f974c0e08176f9443b27076815f9c24480c4ee42f0
pkgname = python-msrestazure
diff --git a/PKGBUILD b/PKGBUILD
index dc9a6d67b397..577cdedcce4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrestazure
-pkgver=0.4.22
+pkgver=0.4.33
pkgrel=1
pkgdesc="The runtime library \"msrestazure\" for AutoRest generated Python clients."
arch=('any')
@@ -10,7 +10,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")
-md5sums=('8c261f80a115940af63422eb6baca268')
+sha256sums=('af506560bd575129a65795f974c0e08176f9443b27076815f9c24480c4ee42f0')
build() {
cd "msrestazure-for-python-$pkgver"