system/osquery-bin: Updated for version 5.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
f10bd23a3f
commit
ff6e238905
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for osquery-bin
|
||||
|
||||
# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=osquery-bin
|
||||
SRCNAM=${PRGNAM%-bin}
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
VERSION=${VERSION:-5.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="osquery-bin"
|
||||
VERSION="5.1.0"
|
||||
VERSION="5.2.2"
|
||||
HOMEPAGE="https://osquery.io/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.1.0/osquery_5.1.0-1.linux_amd64.deb"
|
||||
MD5SUM_x86_64="294dc4acae041032245d2a6348f0c3ad"
|
||||
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.2.2/osquery_5.2.2-1.linux_amd64.deb"
|
||||
MD5SUM_x86_64="2ba18e51884487520106a8607d2f5ee8"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue