summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanthora2023-11-12 05:13:05 +0000
committerlanthora2023-11-12 05:13:05 +0000
commit1a8d420582b06a5c2375086f2224e96802c54800 (patch)
tree2a46ad5aa9e51832f231a65da53d3399a1599ab9
parent2db29cd609dac2cc41c0b1fe385eabf4b5677a23 (diff)
downloadaur-1a8d420582b06a5c2375086f2224e96802c54800.tar.gz
Update to v1.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee067b31631..0e06d4027b54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hackernel
pkgdesc = Host Intrusion Detection and Prevention System
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/lanthora/hackernel
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = hackernel
depends = libnl
backup = etc/hackernel/telegram.yaml
backup = etc/hackernel/web.yaml
- source = https://github.com/lanthora/hackernel/archive/refs/tags/v1.7.2.tar.gz
- sha256sums = 8ffa2dc5705d49218304cc8d539b57f200ea483766219d99654ca6fa58ad28a6
+ source = https://github.com/lanthora/hackernel/archive/refs/tags/v1.7.3.tar.gz
+ sha256sums = a199f215136c6b2d31d432242732efc66c93ca940c22adde90695929c3afffbd
pkgname = hackernel
diff --git a/PKGBUILD b/PKGBUILD
index 8a4c8a1f9391..0b7345320ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=hackernel
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Host Intrusion Detection and Prevention System"
url="https://github.com/lanthora/hackernel"
license=('GPL')
arch=('x86_64' 'armv7h' 'aarch64')
source=("https://github.com/lanthora/hackernel/archive/refs/tags/v$pkgver.tar.gz" )
-sha256sums=('8ffa2dc5705d49218304cc8d539b57f200ea483766219d99654ca6fa58ad28a6')
+sha256sums=('a199f215136c6b2d31d432242732efc66c93ca940c22adde90695929c3afffbd')
depends=('dkms' 'libnl')
makedepends=('cmake' 'make' 'go' 'nlohmann-json')
backup=('etc/hackernel/telegram.yaml' 'etc/hackernel/web.yaml')