Amass: update to 3.13.3.
This commit is contained in:
parent
a09b29dfdf
commit
2126ba9cb2
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'Amass'
|
# Template file for 'Amass'
|
||||||
pkgname=Amass
|
pkgname=Amass
|
||||||
version=3.13.2
|
version=3.13.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/OWASP/Amass/v3/..."
|
go_import_path="github.com/OWASP/Amass/v3/..."
|
||||||
|
@ -9,4 +9,8 @@ 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/archive/v${version}.tar.gz"
|
distfiles="https://github.com/OWASP/Amass/archive/v${version}.tar.gz"
|
||||||
checksum=a1de6f7b652038cb78b18f24337f44cad20c908f3d8131652fcdabbac9105f6c
|
checksum=4f770318f8c298e8eab52e9c2abe4af62ca3981050d4383390e179ce796d84b5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm ${DESTDIR}/usr/bin/examples
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue