subfinder: update to 2.4.9
This commit is contained in:
parent
96f113f325
commit
738df131f8
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'subfinder'
|
# Template file for 'subfinder'
|
||||||
pkgname=subfinder
|
pkgname=subfinder
|
||||||
version=2.4.5
|
version=2.4.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
|
||||||
build_wrksrc=v2
|
build_wrksrc=v2
|
||||||
|
build_style=go
|
||||||
go_import_path="github.com/projectdiscovery/subfinder/v2"
|
go_import_path="github.com/projectdiscovery/subfinder/v2"
|
||||||
go_package="./cmd/subfinder"
|
go_package="./cmd/subfinder"
|
||||||
short_desc="Passive subdomain discovery tool"
|
short_desc="Passive subdomain discovery tool"
|
||||||
maintainer="w. fnintr <wfnintr@null.net>"
|
maintainer="w. fnintr <wfnintr@null.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/projectdiscovery/subfinder"
|
homepage="https://github.com/projectdiscovery/subfinder"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/projectdiscovery/subfinder/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=1adbd9c180f7ca6378796748491e23a808e423268bc61fe63af0206877f0ba68
|
checksum=0163626e69aa4ea4642633ab447ca2afcf2e06f7aec16c2aa95ec5ce301250cf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE.md
|
vlicense ../LICENSE.md
|
||||||
|
|
Loading…
Reference in a new issue