gobuster: fix go_import_path.
This allows us to remove git from hostmakedepends, since it was only being used to download v1 of gobuster in order to build that, instead of building the current version. Fixes #28846.
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
a2716dde75
commit
8e6b3b3aa4
@@ -1,10 +1,9 @@
|
||||
# Template file for 'gobuster'
|
||||
pkgname=gobuster
|
||||
version=3.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/OJ/gobuster
|
||||
hostmakedepends="git"
|
||||
go_import_path=github.com/OJ/gobuster/v3
|
||||
short_desc="Directory, file and DNS busting tool"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user