summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2022-01-08 11:53:57 +0100
committerlsf2022-01-08 11:53:57 +0100
commite6ef8d09407e93f41a6047dcdf1943f3a1cd10a0 (patch)
treed804582f381844b1d21d4efd181a87b2a5900002
parent41f89dab292c23b168bb6bca180be5680c4268c4 (diff)
downloadaur-e6ef8d09407e93f41a6047dcdf1943f3a1cd10a0.tar.gz
update kver to 5.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ff07e809c5..c5147d8351f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-ebpf-module-git
pkgdesc = eBPF process monitor module for opensnitch
- pkgver = 1.4.0.r20.9ef64da
+ pkgver = 1.5.0.r28.7e5d809
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
arch = i686
@@ -20,8 +20,8 @@ pkgbase = opensnitch-ebpf-module-git
provides = opensnitch-ebpf-module
conflicts = opensnitch-ebpf-module
source = git+https://github.com/evilsocket/opensnitch.git
- source = https://github.com/torvalds/linux/archive/v5.14.tar.gz
+ source = https://github.com/torvalds/linux/archive/v5.15.tar.gz
sha256sums = SKIP
- sha256sums = 2a39f9827954e4f991ea52c50e919b6fcc6e7301c046a8ab5029e397f3af982e
+ sha256sums = 0a141fee52474c0f17df7f688af6b4a39e11e9195f73d4c76e9bab1bd6ac7259
pkgname = opensnitch-ebpf-module-git
diff --git a/PKGBUILD b/PKGBUILD
index 504058c505a8..183c39e579aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=opensnitch-ebpf-module-git
_pkgname=opensnitch
-pkgver=1.4.0.r20.9ef64da
+pkgver=1.5.0.r28.7e5d809
pkgrel=1
-_kver=5.14
+_kver=5.15
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%-git}")
source=('git+https://github.com/evilsocket/opensnitch.git'
"https://github.com/torvalds/linux/archive/v${_kver}.tar.gz")
sha256sums=('SKIP'
- '2a39f9827954e4f991ea52c50e919b6fcc6e7301c046a8ab5029e397f3af982e')
+ '0a141fee52474c0f17df7f688af6b4a39e11e9195f73d4c76e9bab1bd6ac7259')
pkgver() {
cd "$srcdir/${_pkgname}"