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 7817c49af95e..190e33a3d73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cos-python-sdk-v5
_pkgname=${pkgname/python-}
-pkgver=1.9.17
+pkgver=1.9.18
pkgrel=1
pkgdesc="腾讯云COSV5Python SDK"
arch=('any')
@@ -15,7 +15,7 @@ depends=('python-requests'
'python-pycryptodome')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tencentyun/cos-python-sdk-v5/archive/V${pkgver}.tar.gz")
-sha256sums=('cad1d91bd09b6f9874c8ab1b6eade242feee524b84a32fbccc216a6162f6453d')
+sha256sums=('7c7085d7127be4ca10956cd91b728760231f4845f7dccd64ca0de6a84dbcce3d')
build() {
cd $_pkgname-$pkgver