mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 09:30:14 +00:00
feroxbuster: Bump to 2.8.0
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -47,7 +47,7 @@
|
||||
uuid = { version = "1.0.0", features = ["v4"] }
|
||||
indicatif = "0.15"
|
||||
console = "0.15.2"
|
||||
-openssl = { version = "0.10.40", features = ["vendored"] }
|
||||
+openssl = { version = "0.10.40", features = [] }
|
||||
dirs = "4.0.0"
|
||||
regex = "1.5.5"
|
||||
crossterm = "0.25.0"
|
||||
@@ -2,13 +2,17 @@ TERMUX_PKG_HOMEPAGE="https://github.com/epi052/feroxbuster"
|
||||
TERMUX_PKG_DESCRIPTION="A fast, simple, recursive content discovery tool written in Rust"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="2.7.3"
|
||||
TERMUX_PKG_VERSION=2.8.0
|
||||
TERMUX_PKG_SRCURL="https://github.com/epi052/feroxbuster/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
|
||||
TERMUX_PKG_SHA256=b7fe8e2d1b1e7ea3a118c6be4421eaef05209ebae0fa018e8ad606dce84c56ac
|
||||
TERMUX_PKG_SHA256=23969a3152666f7183d88c404fee59175a88969780115ca37224723c69baa56b
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_DEPENDS="openssl"
|
||||
|
||||
termux_step_post_get_source() {
|
||||
sed -i -E '/^openssl\s*=/s/(,\s*)?"vendored"//g' Cargo.toml
|
||||
}
|
||||
|
||||
termux_step_pre_configure() {
|
||||
rm -f Makefile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user