summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2023-11-04 14:08:49 +0800
committeryjun2023-11-04 14:08:49 +0800
commitcd2c971452f86628b1cd188aa02dd58e180f469a (patch)
treea0f9d549139905bff082ef0fbc296a47087c1fc8 /PKGBUILD
parentf8ce6a274dd0af867ff1ae5f442a40182af8422c (diff)
downloadaur-python-oss2.tar.gz
[updpkg]: python-oss2 2.18.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aee2d6ef1e7..dcd0d04eff64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oss2
_pkgname=aliyun-oss-python-sdk
-pkgver=2.18.2
+pkgver=2.18.3
pkgrel=1
pkgdesc="Aliyun OSS SDK for Python."
arch=('any')
@@ -16,7 +16,7 @@ depends=('python-requests'
'python-six')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aliyun/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('1445e666559758febbf0d0feaecc41e766fd1758b02acc6e04b33662556b3fa9')
+sha256sums=('a89e1706a66ea1bebd4bc725b537a27ae995f37a5234df136c4bfa7ae0e980d1')
prepare() {
cd $_pkgname-$pkgver