diff options
author | Yigit Sever | 2024-10-22 10:07:08 +0200 |
---|---|---|
committer | Yigit Sever | 2024-10-22 10:07:08 +0200 |
commit | 826c1cbc7b236e1fec5381d888625bc783f7707e (patch) | |
tree | 404cc1ef3df82f8f31ff47a0c34ffdc2939e152d /httpx-bin | |
parent | 4324b7c9e6da036b26c6b0c83f1cdba9abbf08fb (diff) | |
download | packages-826c1cbc7b236e1fec5381d888625bc783f7707e.tar.gz packages-826c1cbc7b236e1fec5381d888625bc783f7707e.tar.bz2 packages-826c1cbc7b236e1fec5381d888625bc783f7707e.zip |
upgpkg: httpx-bin 1.6.9-1
upstream release
Diffstat (limited to 'httpx-bin')
-rw-r--r-- | httpx-bin/.SRCINFO | 14 | ||||
-rw-r--r-- | httpx-bin/PKGBUILD | 8 | ||||
-rw-r--r-- | httpx-bin/httpx-bin.install | 1 |
3 files changed, 12 insertions, 11 deletions
diff --git a/httpx-bin/.SRCINFO b/httpx-bin/.SRCINFO index 7294c3e..1f485ca 100644 --- a/httpx-bin/.SRCINFO +++ b/httpx-bin/.SRCINFO | |||
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = httpx-bin | 1 | pkgbase = httpx-bin |
2 | pkgdesc = Fast and multi-purpose HTTP toolkit | 2 | pkgdesc = Fast and multi-purpose HTTP toolkit |
3 | pkgver = 1.6.8 | 3 | pkgver = 1.6.9 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/projectdiscovery/httpx | 5 | url = https://github.com/projectdiscovery/httpx |
6 | install = httpx-bin.install | 6 | install = httpx-bin.install |
@@ -11,11 +11,11 @@ pkgbase = httpx-bin | |||
11 | provides = httpx | 11 | provides = httpx |
12 | conflicts = httpx | 12 | conflicts = httpx |
13 | options = !strip | 13 | options = !strip |
14 | source_x86_64 = httpx-1.6.8-x86_64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.6.8/httpx_1.6.8_linux_amd64.zip | 14 | source_x86_64 = httpx-1.6.9-x86_64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.6.9/httpx_1.6.9_linux_amd64.zip |
15 | sha256sums_x86_64 = b91c2a115085353f7bbd5bc52604da1dc386530ad3087b745a50f800afd8d9d1 | 15 | sha256sums_x86_64 = c8d36461b5d736e88c3f9104fed15f2112eb7263dbda35fd08aa5a771bddfb5f |
16 | source_armv6h = httpx-1.6.8-armv6.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.6.8/httpx_1.6.8_linux_arm.zip | 16 | source_armv6h = httpx-1.6.9-armv6.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.6.9/httpx_1.6.9_linux_arm.zip |
17 | sha256sums_armv6h = 341586660c524d0f43379b26df1498acb40abe1415af0427a14b9bc5ad4ef139 | 17 | sha256sums_armv6h = 456beab92d02448f557367a3affd1d5ad54ad66f10957771b6b695648120c72c |
18 | source_aarch64 = httpx-1.6.8-aarch64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.6.8/httpx_1.6.8_linux_arm64.zip | 18 | source_aarch64 = httpx-1.6.9-aarch64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.6.9/httpx_1.6.9_linux_arm64.zip |
19 | sha256sums_aarch64 = 503210772a651161042e9852ee99e562e515520e5598fc32e1336f7eb1cbcded | 19 | sha256sums_aarch64 = 8cf124b4f62236ff3149b83a8bfc70203fcda3dfda6606013751b229b3e0aa95 |
20 | 20 | ||
21 | pkgname = httpx-bin | 21 | pkgname = httpx-bin |
diff --git a/httpx-bin/PKGBUILD b/httpx-bin/PKGBUILD index 55bb060..582fc39 100644 --- a/httpx-bin/PKGBUILD +++ b/httpx-bin/PKGBUILD | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | _pkgname='httpx' | 4 | _pkgname='httpx' |
5 | pkgname="${_pkgname}-bin" | 5 | pkgname="${_pkgname}-bin" |
6 | pkgver=1.6.8 | 6 | pkgver=1.6.9 |
7 | pkgrel=1 | 7 | pkgrel=1 |
8 | pkgdesc='Fast and multi-purpose HTTP toolkit' | 8 | pkgdesc='Fast and multi-purpose HTTP toolkit' |
9 | arch=('x86_64' 'armv6h' 'aarch64') | 9 | arch=('x86_64' 'armv6h' 'aarch64') |
@@ -18,9 +18,9 @@ source_x86_64=("${_pkgname}-${pkgver}-x86_64.zip::${url}/releases/download/v${pk | |||
18 | source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm.zip") | 18 | source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm.zip") |
19 | source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") | 19 | source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") |
20 | 20 | ||
21 | sha256sums_x86_64=('b91c2a115085353f7bbd5bc52604da1dc386530ad3087b745a50f800afd8d9d1') | 21 | sha256sums_x86_64=('c8d36461b5d736e88c3f9104fed15f2112eb7263dbda35fd08aa5a771bddfb5f') |
22 | sha256sums_armv6h=('341586660c524d0f43379b26df1498acb40abe1415af0427a14b9bc5ad4ef139') | 22 | sha256sums_armv6h=('456beab92d02448f557367a3affd1d5ad54ad66f10957771b6b695648120c72c') |
23 | sha256sums_aarch64=('503210772a651161042e9852ee99e562e515520e5598fc32e1336f7eb1cbcded') | 23 | sha256sums_aarch64=('8cf124b4f62236ff3149b83a8bfc70203fcda3dfda6606013751b229b3e0aa95') |
24 | 24 | ||
25 | package() { | 25 | package() { |
26 | install -Dvm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}-toolkit" | 26 | install -Dvm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}-toolkit" |
diff --git a/httpx-bin/httpx-bin.install b/httpx-bin/httpx-bin.install index 0a0a1ef..c5b0b2b 100644 --- a/httpx-bin/httpx-bin.install +++ b/httpx-bin/httpx-bin.install | |||
@@ -5,5 +5,6 @@ The httpx binary has been installed as httpx-toolkit | |||
5 | Please adjust your workflow accordingly | 5 | Please adjust your workflow accordingly |
6 | This has been done to prevent a name clash with: | 6 | This has been done to prevent a name clash with: |
7 | https://archlinux.org/packages/extra/any/python-httpx/ | 7 | https://archlinux.org/packages/extra/any/python-httpx/ |
8 | |||
8 | EOF | 9 | EOF |
9 | } | 10 | } |