summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2023-07-06 13:20:47 +0100
committerTristan Hill2023-07-06 13:20:47 +0100
commitb9eb339f4fed2dae7c0c425d47c6df60fac5aafb (patch)
treea1e68077757cbc15e7692c3fadbb329a274d80c4
parentb2a977cab16bbe5644bc8eae0107b17a18ffe962 (diff)
downloadaur-b9eb339f4fed2dae7c0c425d47c6df60fac5aafb.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 f8721b29547a..ca3a6efa89eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.7.6
+ pkgver = 0.7.7
pkgrel = 2
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.6.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.6.tar.gz
+ source = httpx-socks-0.7.7.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.7.tar.gz
sha256sums = e50f312f455fceda9da2d381c6977b0cc818c8219e27b84ceea05b2fafaed608
pkgname = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index 74c5194035c9..ea81e42bcf7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=httpx-socks
pkgname=python-$_pkgname
epoch=1
-pkgver=0.7.6
+pkgver=0.7.7
pkgrel=2
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=('e50f312f455fceda9da2d381c6977b0cc818c8219e27b84ceea05b2fafaed608')
+sha256sums=('c0d266f5ff8476d7d83a683592aab600987658f0bba77fe471602714f1a4b88e')
build() {
cd "$_pkgname-$pkgver"