mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/osquery-bin: Updated for version 5.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
14709220f6
commit
54c4184f66
2 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=osquery-bin
|
||||
SRCNAM=${PRGNAM%-bin}
|
||||
VERSION=${VERSION:-5.5.1}
|
||||
VERSION=${VERSION:-5.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="osquery-bin"
|
||||
VERSION="5.5.1"
|
||||
VERSION="5.6.0"
|
||||
HOMEPAGE="https://osquery.io/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.5.1/osquery_5.5.1-1.linux_amd64.deb \
|
||||
https://github.com/osquery/osquery/releases/download/5.5.1/osquery_5.5.1-1.linux_arm64.deb"
|
||||
MD5SUM_x86_64="df986fa2d66c72dacb8c2fb8921f8606 \
|
||||
fe8c5a46f5d425951e5dc722c01dc105"
|
||||
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_amd64.deb \
|
||||
https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_arm64.deb"
|
||||
MD5SUM_x86_64="9668cd0592a3f557de92bb1c8dbb0137 \
|
||||
262b8225bab8c7483deb8c199435276a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue