summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanthora2023-12-16 14:43:27 +0000
committerlanthora2023-12-16 14:43:27 +0000
commitf0298f652a62e34ebd8530f584c9c8b6d324effd (patch)
treed5f9899b96b911b6f8d9bc0bb8429dfa7f4adaf3
parent045ac1aea46f392ae37c44de60d6733e6caa9b7e (diff)
downloadaur-f0298f652a62e34ebd8530f584c9c8b6d324effd.tar.gz
Update to v1.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3027178946a7..f4fb091f385d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hackernel
pkgdesc = host intrusion detection and prevention system
- pkgver = 1.7.3
- pkgrel = 2
+ pkgver = 1.7.4
+ pkgrel = 1
url = https://github.com/lanthora/hackernel
arch = x86_64
arch = armv7h
@@ -17,7 +17,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.3.tar.gz
- sha256sums = a199f215136c6b2d31d432242732efc66c93ca940c22adde90695929c3afffbd
+ source = https://github.com/lanthora/hackernel/archive/refs/tags/v1.7.4.tar.gz
+ sha256sums = 6ff0a8098629fb75fa253c3657f7586a529727401b98053b329c14f31a715abd
pkgname = hackernel
diff --git a/PKGBUILD b/PKGBUILD
index 2c19568a065e..bcba696d624a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=hackernel
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.7.4
+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=('a199f215136c6b2d31d432242732efc66c93ca940c22adde90695929c3afffbd')
+sha256sums=('6ff0a8098629fb75fa253c3657f7586a529727401b98053b329c14f31a715abd')
depends=('dkms' 'libnl')
makedepends=('cmake' 'make' 'go' 'nlohmann-json' 'nodejs' 'npm')
backup=('etc/hackernel/telegram.yaml' 'etc/hackernel/web.yaml')