From 3cca21210820227327b0d418fa7b202af9bccf67 Mon Sep 17 00:00:00 2001 From: noraj Date: Sat, 4 Jan 2025 02:00:29 +0100 Subject: [PATCH] bloodhound: update url the repository migrated from namespace bloodhoundad/bloodhound to specterops/nloodhound-legacy --- packages/bloodhound/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bloodhound/PKGBUILD b/packages/bloodhound/PKGBUILD index 6bb10331724..04ef0f532d0 100644 --- a/packages/bloodhound/PKGBUILD +++ b/packages/bloodhound/PKGBUILD @@ -8,13 +8,13 @@ epoch=1 pkgdesc='Six Degrees of Domain Admin' groups=('blackarch' 'blackarch-recon' 'blackarch-windows') arch=('x86_64' 'aarch64') -url='https://github.com/BloodHoundAD/BloodHound' +url='https://github.com/SpecterOps/BloodHound-Legacy' license=('GPL3') depends=('nodejs' 'neo4j-community' 'alsa-lib' 'gtk3' 'libxss' 'nss' 'gconf' 'libxtst' 'jre17-openjdk-headless') makedepends=('git' 'nodejs-electron-packager' 'npm' 'unzip') optdepends=('python: for some scripts' 'powershell: for PowerShell ingestion') -source=("$pkgname::git+https://github.com/BloodHoundAD/BloodHound.git") +source=("$pkgname::git+$url.git") options=(!strip) sha512sums=('SKIP') install="$pkgname.install"