summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorramenu2024-03-06 10:12:15 -0500
committerramenu2024-03-06 10:12:15 -0500
commit4919d2109b921f6379c022b54797f3769f6ca309 (patch)
tree817ccb9d35c4e8bb3347d0325e2b35060bf32d48
parentfd2e0de9c67bb4fb5cbaf84e696d80ec788bb7b0 (diff)
downloadaur-4919d2109b921f6379c022b54797f3769f6ca309.tar.gz
bump pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1434e7feb600..d35468e86bf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.8.1
+ pkgver = 0.9.1
pkgrel = 1
epoch = 1
url = https://github.com/romis2012/httpx-socks
@@ -13,7 +13,7 @@ pkgbase = python-httpx-socks
optdepends = python-async-timeout
optdepends = python-trio
optdepends = python-curio
- source = httpx-socks-0.8.1.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.8.1.tar.gz
+ source = httpx-socks-0.9.1.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.9.1.tar.gz
sha256sums = 009ced11f4433b1aa9362bbee47a8cbb83e8a85883e39ce573c08376698bf568
pkgname = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index 59ded12a8c45..300d765f3263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=httpx-socks
pkgname=python-$_pkgname
epoch=1
-pkgver=0.8.1
+pkgver=0.9.1
pkgrel=1
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
depends=( 'python-python-socks' 'python-httpcore' 'python-httpx')
optdepends=('python-async-timeout' 'python-trio' 'python-curio')
source=("$_pkgname-$pkgver.tgz::https://github.com/romis2012/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('009ced11f4433b1aa9362bbee47a8cbb83e8a85883e39ce573c08376698bf568')
+sha256sums=('20a915f54ea77866498e4bed2fd260cfda4e6c444bd163ec6756d5fb2c58807f')
build() {
cd "$_pkgname-$pkgver"