aboutsummaryrefslogtreecommitdiff
path: root/system/OpenSnitch/OpenSnitch.SlackBuild
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-02-08 22:24:13 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:17:15 +0700
commitb480d936db5c25637e97d3f83c9bd61c99cd4919 (patch)
treeb3b09d2e034ed82ae750067724f427dbd04bc0c8 /system/OpenSnitch/OpenSnitch.SlackBuild
parent2d2057438a643298b74394e70465eb9a0448ea17 (diff)
downloadslackbuilds-b480d936db5c25637e97d3f83c9bd61c99cd4919.tar.xz
system/OpenSnitch: Updated for version 1.6.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/OpenSnitch/OpenSnitch.SlackBuild')
-rw-r--r--system/OpenSnitch/OpenSnitch.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/OpenSnitch/OpenSnitch.SlackBuild b/system/OpenSnitch/OpenSnitch.SlackBuild
index 04ca9526b3f6..8c9874cc564a 100644
--- a/system/OpenSnitch/OpenSnitch.SlackBuild
+++ b/system/OpenSnitch/OpenSnitch.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenSnitch
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -109,9 +109,6 @@ cd proto
make
cd ../
-# Fix version number
-sed -i "s/1.6.2/$VERSION/g" daemon/core/version.go
-
# Workaround for namespace conflict
# Taken from https://github.com/pentoo/pentoo-overlay/blob/master/app-admin/opensnitch/opensnitch-1.6.4.ebuild
# For more details, refer to https://github.com/evilsocket/opensnitch/issues/496