summaryrefslogtreecommitdiffstats
path: root/proxify-bin/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2022-10-20 02:22:48 +0300
committerYigit Sever2022-10-20 02:22:48 +0300
commit5d070bf0ac56ce75fc7af3806a8377eaaed716ec (patch)
treedcd1290d123633a5ccf78d5d2e1206880ab41590 /proxify-bin/PKGBUILD
parent782d45f9741581dfca2f973c0e01e73b5dff2a31 (diff)
downloadpackages-5d070bf0ac56ce75fc7af3806a8377eaaed716ec.tar.gz
packages-5d070bf0ac56ce75fc7af3806a8377eaaed716ec.tar.bz2
packages-5d070bf0ac56ce75fc7af3806a8377eaaed716ec.zip
proxify-bin: Update to v0.0.8
Diffstat (limited to 'proxify-bin/PKGBUILD')
-rw-r--r--proxify-bin/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/proxify-bin/PKGBUILD b/proxify-bin/PKGBUILD
index 403586b..199045c 100644
--- a/proxify-bin/PKGBUILD
+++ b/proxify-bin/PKGBUILD
@@ -3,7 +3,7 @@
3 3
4_pkgname='proxify' 4_pkgname='proxify'
5pkgname="${_pkgname}-bin" 5pkgname="${_pkgname}-bin"
6pkgver=0.0.6 6pkgver=0.0.8
7pkgrel=1 7pkgrel=1
8pkgdesc='Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation and replay' 8pkgdesc='Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation and replay'
9arch=('x86_64' 'armv6h' 'aarch64') 9arch=('x86_64' 'armv6h' 'aarch64')
@@ -16,9 +16,9 @@ source_x86_64=("${_pkgname}-${pkgver}-x86_64.zip::${url}/releases/download/v${pk
16source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_armv6.zip") 16source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_armv6.zip")
17source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") 17source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip")
18 18
19sha256sums_x86_64=('9348b883eea96b2bcda47dda19a111f529622e34225cb6b128c79c58c67e99a4') 19sha256sums_x86_64=('c5a24c238cdca9bf30150ee49b18647eeae4c8cdb0a4f37f7a5772ccc26081bf')
20sha256sums_armv6h=('66b6c198f5eb1f7aeee4e3240e819c38357dbfa09bfa31a51e6df6a053869a17') 20sha256sums_armv6h=('fb755a55e32d5312a46e1a3d359b0ef9f42efb3810112e6539f016b561e6ac9b')
21sha256sums_aarch64=('bd6cd841f61e8574176e36b7122416170557ebf9446ac94d51ac07f9ce29b7eb') 21sha256sums_aarch64=('88f5464f1a20b200409cbf8b4e2beb8c1d226f1b8c5a6e63b451b397432049c5')
22 22
23package() { 23package() {
24 install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin" 24 install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin"