diff options
author | Yigit Sever | 2023-09-04 01:22:00 +0300 |
---|---|---|
committer | Yigit Sever | 2023-09-04 01:23:53 +0300 |
commit | 26a3b457856e3eb32a9103799f93f23dbc8f0537 (patch) | |
tree | 2ac3bbae21866a28e446eba9b978d0fd7e6a4db0 /httpx-bin.install | |
parent | 6bd2021b7df4cfa9e446b5411eeacf35ecd3dc56 (diff) | |
download | packages-26a3b457856e3eb32a9103799f93f23dbc8f0537.tar.gz packages-26a3b457856e3eb32a9103799f93f23dbc8f0537.tar.bz2 packages-26a3b457856e3eb32a9103799f93f23dbc8f0537.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.install')
-rw-r--r-- | httpx-bin.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httpx-bin.install b/httpx-bin.install new file mode 100644 index 0000000..0a0a1ef --- /dev/null +++ b/httpx-bin.install | |||
@@ -0,0 +1,9 @@ | |||
1 | post_upgrade() { | ||
2 | cat <<- 'EOF' | ||
3 | |||
4 | The httpx binary has been installed as httpx-toolkit | ||
5 | Please adjust your workflow accordingly | ||
6 | This has been done to prevent a name clash with: | ||
7 | https://archlinux.org/packages/extra/any/python-httpx/ | ||
8 | EOF | ||
9 | } | ||