diff options
author | Yigit Sever | 2022-06-18 15:58:21 +0300 |
---|---|---|
committer | Yigit Sever | 2022-06-18 15:58:21 +0300 |
commit | 134d58910dc0ef7b23960835dbfe04b161118880 (patch) | |
tree | ff9eb3758a0f3239e7a30d172d30871d9ac2fe63 /proxify-bin/PKGBUILD | |
parent | 46775cb26629515ce2c11b4d866efafb15fda222 (diff) | |
download | packages-134d58910dc0ef7b23960835dbfe04b161118880.tar.gz packages-134d58910dc0ef7b23960835dbfe04b161118880.tar.bz2 packages-134d58910dc0ef7b23960835dbfe04b161118880.zip |
proxify-bin: Update to 0.0.6
Diffstat (limited to 'proxify-bin/PKGBUILD')
-rw-r--r-- | proxify-bin/PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/proxify-bin/PKGBUILD b/proxify-bin/PKGBUILD index 6314a04..403586b 100644 --- a/proxify-bin/PKGBUILD +++ b/proxify-bin/PKGBUILD | |||
@@ -1,8 +1,9 @@ | |||
1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | # Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> | ||
2 | 3 | ||
3 | _pkgname='proxify' | 4 | _pkgname='proxify' |
4 | pkgname="${_pkgname}-bin" | 5 | pkgname="${_pkgname}-bin" |
5 | pkgver=0.0.3 | 6 | pkgver=0.0.6 |
6 | pkgrel=1 | 7 | pkgrel=1 |
7 | pkgdesc='Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation and replay' | 8 | pkgdesc='Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation and replay' |
8 | arch=('x86_64' 'armv6h' 'aarch64') | 9 | arch=('x86_64' 'armv6h' 'aarch64') |
@@ -11,13 +12,13 @@ license=('MIT') | |||
11 | provides=("${_pkgname}") | 12 | provides=("${_pkgname}") |
12 | conflicts=("${_pkgname}") | 13 | conflicts=("${_pkgname}") |
13 | 14 | ||
14 | source_x86_64=("${_pkgname}-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.gz") | 15 | source_x86_64=("${_pkgname}-${pkgver}-x86_64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.zip") |
15 | source_armv6h=("${_pkgname}-${pkgver}-armv6.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_armv6.tar.gz") | 16 | source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_armv6.zip") |
16 | source_aarch64=("${_pkgname}-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.tar.gz") | 17 | source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") |
17 | 18 | ||
18 | sha256sums_x86_64=('fcc25d829cae1c74c36556dfc12d1e2f18b639a0a05d03a755a5c62489c3ac3a') | 19 | sha256sums_x86_64=('9348b883eea96b2bcda47dda19a111f529622e34225cb6b128c79c58c67e99a4') |
19 | sha256sums_armv6h=('6049c825de4ce20a92e0f70757e06b408d91834a236fd0901f6dd2271b723005') | 20 | sha256sums_armv6h=('66b6c198f5eb1f7aeee4e3240e819c38357dbfa09bfa31a51e6df6a053869a17') |
20 | sha256sums_aarch64=('4440dfe5ed567d6a4f1e8b97e62ef7cadcf0bc2540e92c5ff3180de12a7b7948') | 21 | sha256sums_aarch64=('bd6cd841f61e8574176e36b7122416170557ebf9446ac94d51ac07f9ce29b7eb') |
21 | 22 | ||
22 | package() { | 23 | package() { |
23 | install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin" | 24 | install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin" |