summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-07-18 15:57:48 -0400
committerAndrew Sun2023-07-18 15:57:48 -0400
commitfe377752a520ca15d3b1376cec7a8729c3c776a4 (patch)
treeeb2baf269d95631b6d6ad3a1d090fdb005a9f0ef /PKGBUILD
parent8a8654360a0eb714ab7cffddbb9fde22945fc57b (diff)
downloadaur-fe377752a520ca15d3b1376cec7a8729c3c776a4.tar.gz
3.24.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486954906cbc..b1919a2c115b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.23.0
+pkgver=3.24.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')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('python' 'python-cryptography' 'python-six' 'python-requests' 'python-pyjwt' 'python-typing_extensions')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('24b85b78b9a79048361b765a2e8b72013d09885da646c7e2fe5ee4b29e1e6c23')
+sha256sums=('b3cd5ff5de3c3a33d37e8b8ff87b308522ff0a66b1fd5757156574883473a0c9')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"