summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Moorats2022-11-19 14:05:31 +0200
committerRasmus Moorats2022-11-19 14:05:31 +0200
commit735c5c201d5b8b482cec390f53cf67638c6b8883 (patch)
tree23786e26c33033fb529a34bd72fc39a245b3273e /PKGBUILD
parenta69729008c664609e21fcc95efc743f5b24150e0 (diff)
downloadaur-735c5c201d5b8b482cec390f53cf67638c6b8883.tar.gz
bump kernel to 6.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 593647ad387a..c86f3cb4c9d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=opensnitch-ebpf-module-stable
_pkgname=opensnitch
pkgver=1.5.2
-pkgrel=3
-_kver=6.0.8
+pkgrel=4
+_kver=6.0.9
pkgdesc="eBPF process monitor module for opensnitch"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/evilsocket/opensnitch"
@@ -17,7 +17,7 @@ conflicts=("${pkgname%-stable}" "${pkgname%-stable}-git")
source=("${url}/archive/v${pkgver}.tar.gz"
"https://cdn.kernel.org/pub/linux/kernel/v${_kver%%.*}.x/linux-${_kver}.tar.xz")
sha256sums=('8aa9cb07dfed2881240c5d3a359668cc3d19060fe8f2819c73cd265abd62b2c6'
- '0de4f83996951c6faf9b2225db4f645882c47b1a09198190f97bd46e5f5fa257')
+ '6114a208e82739b4a1ab059ace35262be2a83be34cd1ae23cb8a09337db831c7')
options=('!strip') # we're stripping with llvm-strip
prepare() {