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:
parent
a2716dde75
commit
8e6b3b3aa4
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'gobuster'
|
# Template file for 'gobuster'
|
||||||
pkgname=gobuster
|
pkgname=gobuster
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/OJ/gobuster
|
go_import_path=github.com/OJ/gobuster/v3
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Directory, file and DNS busting tool"
|
short_desc="Directory, file and DNS busting tool"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue