diff options
Diffstat (limited to 'httpx-bin/.SRCINFO')
-rw-r--r-- | httpx-bin/.SRCINFO | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/httpx-bin/.SRCINFO b/httpx-bin/.SRCINFO new file mode 100644 index 0000000..1f485ca --- /dev/null +++ b/httpx-bin/.SRCINFO | |||
@@ -0,0 +1,21 @@ | |||
1 | pkgbase = httpx-bin | ||
2 | pkgdesc = Fast and multi-purpose HTTP toolkit | ||
3 | pkgver = 1.6.9 | ||
4 | pkgrel = 1 | ||
5 | url = https://github.com/projectdiscovery/httpx | ||
6 | install = httpx-bin.install | ||
7 | arch = x86_64 | ||
8 | arch = armv6h | ||
9 | arch = aarch64 | ||
10 | license = MIT | ||
11 | provides = httpx | ||
12 | conflicts = httpx | ||
13 | options = !strip | ||
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 = c8d36461b5d736e88c3f9104fed15f2112eb7263dbda35fd08aa5a771bddfb5f | ||
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 = 456beab92d02448f557367a3affd1d5ad54ad66f10957771b6b695648120c72c | ||
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 = 8cf124b4f62236ff3149b83a8bfc70203fcda3dfda6606013751b229b3e0aa95 | ||
20 | |||
21 | pkgname = httpx-bin | ||