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 2e06f28c12a2..c5105d35736f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cos-python-sdk-v5
_pkgname=${pkgname/python-}
-pkgver=1.9.21
+pkgver=1.9.22
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=('47ae3eade3999c1e02e688d7bba46cced8f2ed789b9ba77fd6fff6bfa0d7394f')
+sha256sums=('62a47d3448c64cf9322974b76c5124c4490e4628e4116dc141a7e789a6b40a0a')
build() {
cd $_pkgname-$pkgver