system/osquery-bin: Updated for version 5.2.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-02-26 10:25:08 +13:00
parent f10bd23a3f
commit ff6e238905
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"