system/osquery-bin: Updated for version 5.1.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-12-19 12:38:55 +13:00 committed by Willy Sudiarto Raharjo
parent f255b82b1c
commit 605252e404
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osquery-bin
SRCNAM=${PRGNAM%-bin}
VERSION=${VERSION:-5.0.1}
VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="osquery-bin"
VERSION="5.0.1"
VERSION="5.1.0"
HOMEPAGE="https://osquery.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.0.1/osquery_5.0.1-1.linux_amd64.deb"
MD5SUM_x86_64="8ae960ac77b9525b977327142cb8243d"
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"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"