system/OpenSnitch: Update dep.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2024-03-20 06:49:20 +07:00 committed by Willy Sudiarto Raharjo
parent 4a8e361dbf
commit 7bef1f941e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenSnitch
VERSION=${VERSION:-1.6.5.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -41,6 +41,6 @@ MD5SUM="6d8317d89e3928b9e6641035e7b95e57 \
2e97ffc1575be0c3c82702464a8d7e01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protoc-gen-go-grpc python3-grpcio pyinotify python3-slugify"
REQUIRES="protoc-gen-go-grpc python3-grpcio python3-pyinotify python3-slugify"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"