Amass: update to 3.13.3.

This commit is contained in:
Andrew Benson 2021-07-12 20:38:02 -05:00
parent a09b29dfdf
commit 2126ba9cb2

View file

@ -1,6 +1,6 @@
# Template file for 'Amass'
pkgname=Amass
version=3.13.2
version=3.13.3
revision=1
build_style=go
go_import_path="github.com/OWASP/Amass/v3/..."
@ -9,4 +9,8 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://www.owasp.org/index.php/OWASP_Amass_Project"
distfiles="https://github.com/OWASP/Amass/archive/v${version}.tar.gz"
checksum=a1de6f7b652038cb78b18f24337f44cad20c908f3d8131652fcdabbac9105f6c
checksum=4f770318f8c298e8eab52e9c2abe4af62ca3981050d4383390e179ce796d84b5
post_install() {
rm ${DESTDIR}/usr/bin/examples
}