summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-02-18 19:21:12 -0500
committerAndrew Sun2022-02-18 19:21:12 -0500
commit07fbf8b8ae23cee3c4768ab506621410cc5d6b9e (patch)
tree2c7d9a668120f4ffdee4995c92a55ea4fc3d0b4c /PKGBUILD
parent077b26ed716d3f342214d936a5f4dbe53f6d973a (diff)
downloadaur-07fbf8b8ae23cee3c4768ab506621410cc5d6b9e.tar.gz
3.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1408495c10db..8491d77a8323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.4.1
+pkgver=3.4.2
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=('da54e8b0ecfa87b20eed38b1954389b740a85353df7cad23cf4608740631a0a8')
+sha256sums=('bc3568217976ab5142fe56480aa3a9f242581ce2888f2e2e6ed8903e0dee3528')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"