summaryrefslogtreecommitdiffstats
path: root/httpx-bin/httpx-bin.install
diff options
context:
space:
mode:
authorYigit Sever2023-09-04 01:22:00 +0300
committerYigit Sever2023-09-04 01:23:53 +0300
commit59b8bb0d30d416b158fd1c78bf33292754c76caa (patch)
tree10fd3898d89e30e62742dfc6fcd302f8b5f471c6 /httpx-bin/httpx-bin.install
parent83d3e7f5777867e0a463c2f99a991381f7e1019f (diff)
downloadpackages-59b8bb0d30d416b158fd1c78bf33292754c76caa.tar.gz
packages-59b8bb0d30d416b158fd1c78bf33292754c76caa.tar.bz2
packages-59b8bb0d30d416b158fd1c78bf33292754c76caa.zip
upgpkg: httpx-bin 1.3.4-2
httpx-toolkit has been chosen to follow suit with kali linux: https://www.kali.org/tools/httpx-toolkit/ and to prevent binary name clash with: https://archlinux.org/packages/extra/any/python-httpx/
Diffstat (limited to 'httpx-bin/httpx-bin.install')
-rw-r--r--httpx-bin/httpx-bin.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/httpx-bin/httpx-bin.install b/httpx-bin/httpx-bin.install
new file mode 100644
index 0000000..0a0a1ef
--- /dev/null
+++ b/httpx-bin/httpx-bin.install
@@ -0,0 +1,9 @@
1post_upgrade() {
2 cat <<- 'EOF'
3
4The httpx binary has been installed as httpx-toolkit
5Please adjust your workflow accordingly
6This has been done to prevent a name clash with:
7https://archlinux.org/packages/extra/any/python-httpx/
8EOF
9}