system/OpenSnitch: Update for 1.6.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f2fca478b0
commit
8cc8d3ad50
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenSnitch
|
||||
VERSION=${VERSION:-1.6.5}
|
||||
VERSION=${VERSION:-1.6.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="OpenSnitch"
|
||||
VERSION="1.6.5"
|
||||
VERSION="1.6.5.1"
|
||||
HOMEPAGE="https://github.com/evilsocket/opensnitch"
|
||||
DOWNLOAD="https://github.com/evilsocket/opensnitch/archive/v1.6.5/opensnitch-1.6.5.tar.gz \
|
||||
DOWNLOAD="https://github.com/evilsocket/opensnitch/archive/v1.6.5.1/opensnitch-1.6.5.1.tar.gz \
|
||||
https://github.com/fsnotify/fsnotify/archive/v1.4.7/fsnotify-1.4.7.tar.gz \
|
||||
https://github.com/golang/protobuf/archive/v1.5.0/protobuf-1.5.0.tar.gz \
|
||||
https://github.com/google/gopacket/archive/v1.1.14/gopacket-1.1.14.tar.gz \
|
||||
|
@ -20,7 +20,7 @@ DOWNLOAD="https://github.com/evilsocket/opensnitch/archive/v1.6.5/opensnitch-1.6
|
|||
https://github.com/googleapis/go-genproto/archive/24fa4b2/go-genproto-24fa4b261c55da65468f2abfdae2b024eef27dfb.tar.gz \
|
||||
https://github.com/grpc/grpc-go/archive/v1.32.0/grpc-go-1.32.0.tar.gz \
|
||||
https://github.com/protocolbuffers/protobuf-go/archive/v1.26.0/protobuf-go-1.26.0.tar.gz"
|
||||
MD5SUM="779d7696d69bc6238020b7ea48feb7c7 \
|
||||
MD5SUM="6d8317d89e3928b9e6641035e7b95e57 \
|
||||
e23b3240fc9e807fcffb97d12a433138 \
|
||||
7bff4630d93dc4f9081b5dbc31067899 \
|
||||
5e4827e740a060b8f97116955718de19 \
|
||||
|
|
Loading…
Reference in New Issue