summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-12-13 06:14:49 +1300
committercaltlgin2020-12-13 06:14:49 +1300
commitd3e58e74fa3aa12082a425c27aebf2d0d8d46b76 (patch)
tree0a2dc582a7f51ace2a18086710fc031b271e998d /PKGBUILD
parent6e8685bc10453904b9695d75daef4320c8a9f916 (diff)
downloadaur-proxify.tar.gz
Update to v0.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee194747a30d..1d260b0ea1d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname='proxify'
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc='Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation and replay'
arch=('x86_64' 'armv6h' 'aarch64')
@@ -9,7 +9,7 @@ url='https://github.com/projectdiscovery/proxify'
license=('MIT')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e12b8d66fc6e15974263577238ef0b89f89f6515d24247abf43991c1e49aecf8')
+sha256sums=('b8ea21a0e8aa77bd5a3d4e269a436ed601a00c521c34b8a7efafe760672306c1')
prepare() {
export GOPATH="${srcdir}/gopath"