summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2022-12-26 21:23:37 +0800
committeryjun2022-12-26 21:23:37 +0800
commit0fc7cf0a3e28e90faa592299a4395954b185ab9e (patch)
tree4f2d6b1141efd09c5b7dcc94336127e129ee2fd4
parent6658313f75f287ece15074f3a79de1270ec9cdab (diff)
downloadaur-0fc7cf0a3e28e90faa592299a4395954b185ab9e.tar.gz
[updpkg]: python-cos-python-sdk-v5 1.9.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f35d1c8a731..ba3aa770ad17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cos-python-sdk-v5
pkgdesc = 腾讯云COSV5Python SDK
- pkgver = 1.9.21
+ pkgver = 1.9.22
pkgrel = 1
url = https://github.com/tencentyun/cos-python-sdk-v5
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-cos-python-sdk-v5
depends = python-dicttoxml
depends = python-crcmod
depends = python-pycryptodome
- source = python-cos-python-sdk-v5-1.9.21.tar.gz::https://github.com/tencentyun/cos-python-sdk-v5/archive/V1.9.21.tar.gz
- sha256sums = 47ae3eade3999c1e02e688d7bba46cced8f2ed789b9ba77fd6fff6bfa0d7394f
+ source = python-cos-python-sdk-v5-1.9.22.tar.gz::https://github.com/tencentyun/cos-python-sdk-v5/archive/V1.9.22.tar.gz
+ sha256sums = 62a47d3448c64cf9322974b76c5124c4490e4628e4116dc141a7e789a6b40a0a
pkgname = python-cos-python-sdk-v5
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