Amass: update to 4.0.3.
This commit is contained in:
parent
4fcd6a35a9
commit
06508b6edf
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'Amass'
|
# Template file for 'Amass'
|
||||||
pkgname=Amass
|
pkgname=Amass
|
||||||
version=3.23.3
|
version=4.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/owasp-amass/amass/v3/..."
|
go_import_path="github.com/owasp-amass/amass/v4"
|
||||||
|
go_package="${go_import_path}/cmd/amass"
|
||||||
short_desc="In-depth Attack Surface Mapping and Asset Discovery"
|
short_desc="In-depth Attack Surface Mapping and Asset Discovery"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.owasp.org/index.php/OWASP_Amass_Project"
|
homepage="https://www.owasp.org/index.php/OWASP_Amass_Project"
|
||||||
distfiles="https://github.com/owasp-amass/amass/archive/v${version}.tar.gz"
|
distfiles="https://github.com/owasp-amass/amass/archive/v${version}.tar.gz"
|
||||||
checksum=be1be397f77a095472e277a48a1439719ae6e19387712f58dc01305915bfadd0
|
checksum=eaa2c6077b660cf741a2f2bab9cc66f1e5b34bf62feb802753f71317799dbf72
|
||||||
|
|
Loading…
Reference in New Issue