summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-04-08 17:22:28 -0400
committerAndrew Sun2022-04-08 17:22:28 -0400
commit3d1a5493f02f4c56fb22dc9a400e3f700b07b5aa (patch)
treeba755a81f6ef8f09d46b6991fa3b985ebee0cb41 /PKGBUILD
parent0268e3858e184a3584c3bb68d9147caac4d982a2 (diff)
downloadaur-3d1a5493f02f4c56fb22dc9a400e3f700b07b5aa.tar.gz
3.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d22ad3b7b3b..1cb635dcfd59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.6.0
+pkgver=3.7.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=('83ab87e0e3373bf05193e1bb91c91b28b4da71167238e84c6d0a1cdf02ae2455')
+sha256sums=('81dbcb7bb7072bf9a5f730becc65e4a0f15f0fa0e2022faf2d943a99b5ce1fb5')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"