From e8668e8c1273165b2165427418bf2fe08cdb30da Mon Sep 17 00:00:00 2001 From: Levon 'noptrix' Kayan Date: Sun, 1 Dec 2024 00:10:07 +0100 Subject: [PATCH] go-exploitdb: fix groups. update version. --- packages/go-expoitdb/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/go-expoitdb/PKGBUILD b/packages/go-expoitdb/PKGBUILD index f677644bb62..d69bedcce68 100644 --- a/packages/go-expoitdb/PKGBUILD +++ b/packages/go-expoitdb/PKGBUILD @@ -2,11 +2,11 @@ # See COPYING for license details. pkgname=go-exploitdb -pkgver=159.7d2fc13 +pkgver=v0.5.0.r1.g7d2fc13 pkgrel=1 pkgdesc='Tool for searching Exploits from Exploit Databases, etc.' arch=('x86_64' 'aarch64') -groups=('blackarch' 'blackarch-exploit') +groups=('blackarch' 'blackarch-automation' 'blackarch-exploitation') url='https://github.com/vulsio/go-exploitdb' license=('MIT') makedepends=('git' 'go')