summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Moorats2023-01-24 10:25:20 +0200
committerRasmus Moorats2023-01-24 10:25:20 +0200
commitf7f063ee57dc3db1195be19a8fa62e1260e2cab0 (patch)
treef454528ca67d7b7b9c6f6ecd546caf34d54f8554
parent5d898fa4c5510cc46d56ed9892feaabfa40547d2 (diff)
downloadaur-f7f063ee57dc3db1195be19a8fa62e1260e2cab0.tar.gz
bump opensnitch to 1.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a992d832f03d..3835e2b6beea 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 = 9
+ pkgver = 1.5.3
+ pkgrel = 1
url = https://github.com/evilsocket/opensnitch
arch = i686
arch = x86_64
@@ -21,9 +21,9 @@ pkgbase = opensnitch-ebpf-module-stable
conflicts = opensnitch-ebpf-module
conflicts = opensnitch-ebpf-module-git
options = !strip
- source = https://github.com/evilsocket/opensnitch/archive/v1.5.2.tar.gz
+ source = https://github.com/evilsocket/opensnitch/archive/v1.5.3.tar.gz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.14.tar.xz
- sha256sums = 8aa9cb07dfed2881240c5d3a359668cc3d19060fe8f2819c73cd265abd62b2c6
+ sha256sums = f3e42344540648abab326cd6a157aa8976bcf336911cc0c757f34e6171c01ce1
sha256sums = 5ef18f7e7fcffa2571431fccb3bc26a4e975492208e8490867148a2a5b78c220
pkgname = opensnitch-ebpf-module-stable
diff --git a/PKGBUILD b/PKGBUILD
index 12648463abc0..ab69149cfab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Tom Locke <xx@nns.ee>
+# Maintainer: Rasmus Moorats <xx+aur@nns.ee>
pkgname=opensnitch-ebpf-module-stable
_pkgname=opensnitch
-pkgver=1.5.2
-pkgrel=9
+pkgver=1.5.3
+pkgrel=1
_kver=6.0.14
pkgdesc="eBPF process monitor module for opensnitch"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ provides=("${pkgname%-stable}")
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'
+sha256sums=('f3e42344540648abab326cd6a157aa8976bcf336911cc0c757f34e6171c01ce1'
'5ef18f7e7fcffa2571431fccb3bc26a4e975492208e8490867148a2a5b78c220')
options=('!strip') # we're stripping with llvm-strip