ffuf: updated checksum and fixed import path
This commit is contained in:
parent
4acfe20239
commit
b0f28d48a8
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'ffuf'
|
||||
pkgname=ffuf
|
||||
version=2.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/ffuf/ffuf"
|
||||
go_import_path="github.com/ffuf/ffuf/v2@latest"
|
||||
short_desc="Fast web fuzzer"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/ffuf/ffuf"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=bc27b19ed78b31862b1922a3adb66839cdf58c9b799a715c206709a73e2583d0
|
||||
checksum=80b42fe3dda8b24e10bade7b18651d402d1acf5031baedd0b344985721f3d8cd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue