summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-08-30 13:49:13 -0400
committerAndrew Sun2022-08-30 13:49:13 -0400
commit2ca3030a3ef5b772c26e297cf9e767c4efb494a0 (patch)
tree71dc8b102398f4caf6d7e8631a59287437efb03b /PKGBUILD
parent23473ce9177646daa84fb481136f5707ae9e2fe4 (diff)
downloadaur-2ca3030a3ef5b772c26e297cf9e767c4efb494a0.tar.gz
3.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b02930120a2..8e9cccbdb672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.10.1
+pkgver=3.11.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=('c20fec55fc7e099f4d0c8224a36e194604577539445c5985cb465b23779baee8')
+sha256sums=('851f4fc8815460df46bb31a9b689fb2527950ebff3256feeef9f8ef25d7d0b53')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"