summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2023-09-16 14:54:32 +0800
committeryjun2023-09-16 14:54:32 +0800
commit2b163fa3eb0c943dc9e0f26a93d3acb7188800a3 (patch)
treea3454fa179736e857e07b27cf6419c331d0568f8 /PKGBUILD
parentf94244516dae01fe77fc42b2bbf5b9ad469aaea6 (diff)
downloadaur-2b163fa3eb0c943dc9e0f26a93d3acb7188800a3.tar.gz
[updpkg]: python-cos-python-sdk-v5 1.9.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67d524187ce2..6cc7578200c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cos-python-sdk-v5
_pkgname=${pkgname/python-}
-pkgver=1.9.24
+pkgver=1.9.26
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=('10e09a164d1e700c0530559628ff20466fbfffcd512a8cc947eb5c778e720276')
+sha256sums=('396ed7fd5db204ce2f8feb2766e4c38845683e2cd3b16973e26c8c2e648364d2')
build() {
cd $_pkgname-$pkgver