summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlsf2024-04-29 09:26:55 +0200
committerlsf2024-04-29 09:27:17 +0200
commitd8b3a74074aa65c2c9e8d009bf9387459bf8919a (patch)
tree54229c0399af62dd4d434ea7c8a35d33492683d0 /PKGBUILD
parent39d09cc8ed675b158aee667d495da475038a4e6e (diff)
downloadaur-opensnitch-ebpf-module-git.tar.gz
fix arch patch; thanks @mydongistiny
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 491441f539c5..3e9a5f7a2c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opensnitch-ebpf-module-git
_pkgname=opensnitch
-pkgver=1.6.0rc5.r84.e1afd24
+pkgver=1.6.3.r107.7442bec9
pkgrel=2
pkgdesc="eBPF process monitor module for opensnitch"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ conflicts=("${pkgname%-git}")
source=('git+https://github.com/evilsocket/opensnitch.git'
'0001-Build-with-Archlinux.patch')
sha256sums=('SKIP'
- '446c029de1cbd39308575e346511d80ee160d2dea575d64fddc7835fc3040460')
+ '4fd4fa9ce3d79f5b70933ca3c5f903679ba17a3e03dcbbca188c882087658c66')
options=('!strip') # we're stripping with llvm-strip
pkgver() {