From 90c0cea6d4da2093fb3c7bd09b63e695623f10bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Feb 2021 23:19:58 -0300 Subject: [PATCH] gobuster: fix go_import_path. --- srcpkgs/gobuster/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gobuster/template b/srcpkgs/gobuster/template index 79aa892e40c..60e075b3182 100644 --- a/srcpkgs/gobuster/template +++ b/srcpkgs/gobuster/template @@ -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 " license="Apache-2.0"