Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tur-hacking/zaproxy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE="https://www.zaproxy.org/"
TERMUX_PKG_DESCRIPTION="Integrated penetration testing tool for finding vulnerabilities in web applications"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION=2.15.0
TERMUX_PKG_SRCURL=https://github.com/zaproxy/zaproxy/releases/download/v${TERMUX_PKG_VERSION}/ZAP_${TERMUX_PKG_VERSION}_Linux.tar.gz
TERMUX_PKG_SHA256=6410e196baab458a9204e29aafb5745fca003a2a6c0386f2c6e5c04b67621fa7
TERMUX_PKG_VERSION="2.17.0"
TERMUX_PKG_SRCURL="https://github.com/zaproxy/zaproxy/releases/download/v${TERMUX_PKG_VERSION}/ZAP_${TERMUX_PKG_VERSION}_Linux.tar.gz"
TERMUX_PKG_SHA256=efe799aaa3627db683b43f00c9c210aea0b75c00cc8f0a0f0434d12bb3ddde5a
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="openjdk-17, openjdk-17-x"
TERMUX_PKG_ANTI_BUILD_DEPENDS="openjdk-17, openjdk-17-x"
Expand Down