summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-12-10 19:48:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-12-10 19:48:49 (GMT)
commit91ef7515a1df3ee1aaf1ee36c804ea6f1ed732cc (patch)
tree11de73aa483a833dc1238bc1fa551cdb7ab4f925
parente6410e3f26209cec73b80b4b038aaa2e2ed0dacf (diff)
downloadlinhes_pkgbuild-91ef7515a1df3ee1aaf1ee36c804ea6f1ed732cc.zip
linhes_pkgbuild-91ef7515a1df3ee1aaf1ee36c804ea6f1ed732cc.tar.gz
linhes_pkgbuild-91ef7515a1df3ee1aaf1ee36c804ea6f1ed732cc.tar.bz2
python-requests-cache: update to 1.1.1
-rw-r--r--linhes/python-requests-cache/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD
index 89bd8bb..cea827b 100644
--- a/linhes/python-requests-cache/PKGBUILD
+++ b/linhes/python-requests-cache/PKGBUILD
@@ -8,7 +8,7 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A persistent cache for python requests"
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
arch=(any)
url="https://github.com/${_base}/${_base}"
@@ -27,7 +27,7 @@ optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
checkdepends=(python-pytest python-requests-mock python-responses python-timeout-decorator
python-time-machine python-rich python-ujson python-itsdangerous)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94')
+sha512sums=('99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6')
build() {
cd ${_base}-${pkgver}