summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-10-22 10:07:08 +0200
committerYigit Sever2024-10-22 10:07:08 +0200
commit826c1cbc7b236e1fec5381d888625bc783f7707e (patch)
tree404cc1ef3df82f8f31ff47a0c34ffdc2939e152d
parent4324b7c9e6da036b26c6b0c83f1cdba9abbf08fb (diff)
downloadpackages-826c1cbc7b236e1fec5381d888625bc783f7707e.tar.gz
packages-826c1cbc7b236e1fec5381d888625bc783f7707e.tar.bz2
packages-826c1cbc7b236e1fec5381d888625bc783f7707e.zip
upgpkg: httpx-bin 1.6.9-1
upstream release
-rw-r--r--httpx-bin/.SRCINFO14
-rw-r--r--httpx-bin/PKGBUILD8
-rw-r--r--httpx-bin/httpx-bin.install1
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 @@
1pkgbase = httpx-bin 1pkgbase = 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
21pkgname = httpx-bin 21pkgname = 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'
5pkgname="${_pkgname}-bin" 5pkgname="${_pkgname}-bin"
6pkgver=1.6.8 6pkgver=1.6.9
7pkgrel=1 7pkgrel=1
8pkgdesc='Fast and multi-purpose HTTP toolkit' 8pkgdesc='Fast and multi-purpose HTTP toolkit'
9arch=('x86_64' 'armv6h' 'aarch64') 9arch=('x86_64' 'armv6h' 'aarch64')
@@ -18,9 +18,9 @@ source_x86_64=("${_pkgname}-${pkgver}-x86_64.zip::${url}/releases/download/v${pk
18source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm.zip") 18source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm.zip")
19source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") 19source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip")
20 20
21sha256sums_x86_64=('b91c2a115085353f7bbd5bc52604da1dc386530ad3087b745a50f800afd8d9d1') 21sha256sums_x86_64=('c8d36461b5d736e88c3f9104fed15f2112eb7263dbda35fd08aa5a771bddfb5f')
22sha256sums_armv6h=('341586660c524d0f43379b26df1498acb40abe1415af0427a14b9bc5ad4ef139') 22sha256sums_armv6h=('456beab92d02448f557367a3affd1d5ad54ad66f10957771b6b695648120c72c')
23sha256sums_aarch64=('503210772a651161042e9852ee99e562e515520e5598fc32e1336f7eb1cbcded') 23sha256sums_aarch64=('8cf124b4f62236ff3149b83a8bfc70203fcda3dfda6606013751b229b3e0aa95')
24 24
25package() { 25package() {
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
5Please adjust your workflow accordingly 5Please adjust your workflow accordingly
6This has been done to prevent a name clash with: 6This has been done to prevent a name clash with:
7https://archlinux.org/packages/extra/any/python-httpx/ 7https://archlinux.org/packages/extra/any/python-httpx/
8
8EOF 9EOF
9} 10}