summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2023-04-16 07:17:25 +0100
committerTristan Hill2023-04-16 07:17:25 +0100
commit67f2b82506b7c08f85878259b6e34f45f707c7ef (patch)
tree674e6474626a54984936a3e8fcf4340432e8231c
parentd6d88a49de4819aac992eb9eda87dd893cb1032f (diff)
downloadaur-67f2b82506b7c08f85878259b6e34f45f707c7ef.tar.gz
new release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8becc3c2149c..3131fb412d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.7.5
+ pkgver = 0.7.6
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.7.5.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.5.tar.gz
+ source = httpx-socks-0.7.6.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.6.tar.gz
sha256sums = 8e9ecd38a842bbed9658caf93c6ac702544c5bda51fd31568b2774d41b81391d
pkgname = python-httpx-socks
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"