From 39945292fc57356afdf7b21dd5361972427e225c 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gobuster/template b/srcpkgs/gobuster/template index 79aa892e40c..c5427cd4339 100644 --- a/srcpkgs/gobuster/template +++ b/srcpkgs/gobuster/template @@ -1,9 +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 +go_import_path=github.com/OJ/gobuster/v3 hostmakedepends="git" short_desc="Directory, file and DNS busting tool" maintainer="Andrew Benson "