diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-08-13 21:03:33 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:33 +0700 |
commit | a0b4d612463666622fee27140b2f84cf710fe22a (patch) | |
tree | 340816985f6eaf8657df387026543c0994510ad1 | |
parent | ad5ebbc67606740af20fce0ea0b790cbc1b0767a (diff) | |
download | slackbuilds-a0b4d612463666622fee27140b2f84cf710fe22a.tar.gz |
system/osquery-bin: Updated for version 5.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/osquery-bin/osquery-bin.SlackBuild | 3 | ||||
-rw-r--r-- | system/osquery-bin/osquery-bin.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index 7ff944b976..335c85844f 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for osquery-bin # Copyright 2019-2022 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-5.2.3} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index 2bc15244b8..4d016fdfba 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,10 +1,10 @@ PRGNAM="osquery-bin" -VERSION="5.2.3" +VERSION="5.4.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.2.3/osquery_5.2.3-1.linux_amd64.deb" -MD5SUM_x86_64="b90abf7e5be3aadabac20efa49a2e68a" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.4.0/osquery_5.4.0-1.linux_amd64.deb" +MD5SUM_x86_64="446e38e2b9204fc04fa8daae04feda27" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |