diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-26 10:25:08 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-27 16:06:42 +1300 |
commit | ff6e2389056bb9d4f5a81ec0e3330ad39223a5d5 (patch) | |
tree | 8366fbb0eac213f2e7fdd4c0307fedc6e9206d89 /system | |
parent | f10bd23a3fcc11fa7d8d2c2fa6dade399f3e0f0b (diff) | |
download | slackbuilds-ff6e2389056bb9d4f5a81ec0e3330ad39223a5d5.tar.gz |
system/osquery-bin: Updated for version 5.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/osquery-bin/osquery-bin.SlackBuild | 4 | ||||
-rw-r--r-- | system/osquery-bin/osquery-bin.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index d3dccf8147..c63d3de036 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -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} diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index abbbb8ef20..116ba82417 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -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" |