summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-12-04 08:57:53 -0500
committerAndrew Sun2021-12-04 08:57:53 -0500
commit0c491be794bc5c59ab182153b70de73691389fc0 (patch)
tree70c78847a22067ea19d24c09a4777248464cda99 /PKGBUILD
parent211923e9ddb019c270821db8c77b5082e59382c2 (diff)
downloadaur-0c491be794bc5c59ab182153b70de73691389fc0.tar.gz
3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c174cab4204..ce40c87cfb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API."
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/globus/globus-sdk-python"
license=('Apache')
depends=('python-cryptography' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('22b0f54ea0528f0a6c9906c5f983519482b5f00c2d6f903225a77f52ad22ef28')
+sha256sums=('33bc60bf769b2c42eddc2e50c03d3c56ba74660f593a2a207bb46ebd6a8be85a')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"