summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ece91134052..9cad6115ac05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oss2
_pkgname=aliyun-oss-python-sdk
-pkgver=2.15.0
+pkgver=2.16.0
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=('d9aad28ef70a0a58841a518938fb3e851b8aef96615e47e4c857810cb39a4c95')
+sha256sums=('93e41cc9f49c74de025227ccf20dad91d420a39b88629bc2c7062923e2ac86b7')
prepare() {
cd $_pkgname-$pkgver