summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Moorats2022-12-19 14:15:42 +0200
committerRasmus Moorats2022-12-19 14:15:42 +0200
commit5d898fa4c5510cc46d56ed9892feaabfa40547d2 (patch)
tree227bfb2d493c22d1cf9f35cb003e9cd9b35524f6
parent59b8ad623383a23107015f5af1e93d73a88733b3 (diff)
downloadaur-5d898fa4c5510cc46d56ed9892feaabfa40547d2.tar.gz
bump kernel to 6.0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8b21f25884e..a992d832f03d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensnitch-ebpf-module-stable
pkgdesc = eBPF process monitor module for opensnitch
pkgver = 1.5.2
- pkgrel = 7
+ pkgrel = 9
url = https://github.com/evilsocket/opensnitch
arch = i686
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = opensnitch-ebpf-module-stable
conflicts = opensnitch-ebpf-module-git
options = !strip
source = https://github.com/evilsocket/opensnitch/archive/v1.5.2.tar.gz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.12.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.14.tar.xz
sha256sums = 8aa9cb07dfed2881240c5d3a359668cc3d19060fe8f2819c73cd265abd62b2c6
- sha256sums = 89b730edf8942b49e02f9894244205886c9a214d629b35b88c4ff06ee9304f01
+ sha256sums = 5ef18f7e7fcffa2571431fccb3bc26a4e975492208e8490867148a2a5b78c220
pkgname = opensnitch-ebpf-module-stable
diff --git a/PKGBUILD b/PKGBUILD
index 544bed050a92..12648463abc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=opensnitch-ebpf-module-stable
_pkgname=opensnitch
pkgver=1.5.2
-pkgrel=8
-_kver=6.0.13
+pkgrel=9
+_kver=6.0.14
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'
- '08d3118d6b755769f166de6babed54964393a7c0928029bef11bf55559a72da4')
+ '5ef18f7e7fcffa2571431fccb3bc26a4e975492208e8490867148a2a5b78c220')
options=('!strip') # we're stripping with llvm-strip
prepare() {