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 213f4536e44e..2b59ef5e6c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=httpx-socks
pkgname=python-$_pkgname
epoch=1
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
@@ -11,7 +11,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=('8e9ecd38a842bbed9658caf93c6ac702544c5bda51fd31568b2774d41b81391d')
+sha256sums=('e50f312f455fceda9da2d381c6977b0cc818c8219e27b84ceea05b2fafaed608')
build() {
cd "$_pkgname-$pkgver"