summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-02-15 19:05:49 -0800
committerGI_Jack2022-02-15 19:05:49 -0800
commite1840676a9267a715fd43d6d7e4e8eed5dd5bb4b (patch)
tree723d9d64f7ff4628b80d023323a65e1c9e7cbf56
parent2e81def690187cf39ffebee484115ff222b5a785 (diff)
downloadaur-e1840676a9267a715fd43d6d7e4e8eed5dd5bb4b.tar.gz
version 4.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 934f2be31c8c..a87d78ae04e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Thu Aug 26 08:00:57 AM EDT 2021
+# Tue Feb 15 07:05:42 PM PST 2022
pkgbase = bloodhound
pkgdesc = Use graph theory to reveal the hidden and often unintended relationships within an Active Directory
- pkgver = 4.0.3
- pkgrel = 2
+ pkgver = 4.1.0
+ pkgrel = 1
url = https://github.com/BloodHoundAD/BloodHound
arch = x86_64
arch = aarch64
@@ -16,9 +16,9 @@ pkgbase = bloodhound
depends = neo4j-community
depends = java-runtime>=11
optdepends = python-bloodhound: Python injest tool that runs on natively on Linux
- source = https://github.com/BloodHoundAD/BloodHound/archive/4.0.3.tar.gz
+ source = https://github.com/BloodHoundAD/BloodHound/archive/4.1.0.tar.gz
source = bloodhound.desktop
- sha256sums = 5908676e3e6679381231720fdf494c6b73f096ce7cd47378671603d9699fe9f5
+ sha256sums = 49182a003a7a624ac8df14f416e8f09595787933060187415ed3644aeed94b91
sha256sums = 8a64de7e9fc4857fadd890cc8966a641a896077eb2c869a7eb0987074dcd02c2
pkgname = bloodhound
diff --git a/PKGBUILD b/PKGBUILD
index 935a38b3e5d9..bd448c0e88ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bloodhound
_pkgname=BloodHound
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
pkgdesc="Use graph theory to reveal the hidden and often unintended relationships within an Active Directory"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/BloodHoundAD/BloodHound"
@@ -13,7 +13,7 @@ makedepends=('electron' 'npm' 'python-sphinx' 'python-sphinx_rtd_theme')
optdepends=('python-bloodhound: Python injest tool that runs on natively on Linux')
source=("https://github.com/BloodHoundAD/BloodHound/archive/${pkgver}.tar.gz"
"bloodhound.desktop")
-sha256sums=('5908676e3e6679381231720fdf494c6b73f096ce7cd47378671603d9699fe9f5'
+sha256sums=('49182a003a7a624ac8df14f416e8f09595787933060187415ed3644aeed94b91'
'8a64de7e9fc4857fadd890cc8966a641a896077eb2c869a7eb0987074dcd02c2')
build() {