summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-07-11 15:01:53 -0400
committerAndrew Sun2022-07-11 15:01:53 -0400
commit23473ce9177646daa84fb481136f5707ae9e2fe4 (patch)
tree4d398d679dad297ba2c5ba9fb246168a37a53ea4 /PKGBUILD
parentee0c06b5e2d11b934c9b4b1890b6149988b3a1a9 (diff)
downloadaur-23473ce9177646daa84fb481136f5707ae9e2fe4.tar.gz
3.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aafaadbebf4d..9b02930120a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.10.0
+pkgver=3.10.1
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=('7a7e7cd5cfbc40c6dc75bdb92b050c4191f992b5f7081cd08895bf119fd97bbf')
+sha256sums=('c20fec55fc7e099f4d0c8224a36e194604577539445c5985cb465b23779baee8')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"