diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-29 10:16:56 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-08 07:39:20 +0700 |
commit | 4528c6925179bd7478cb3bb8814bcea95010ea0c (patch) | |
tree | fa3711198a169b9af30a9e296f1ff33efce47e95 /system | |
parent | 3da065c714709f2c7fc4cb15d95e9b564862fd92 (diff) | |
download | slackbuilds-4528c6925179bd7478cb3bb8814bcea95010ea0c.tar.gz |
system/osquery-bin: Updated for version 4.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/osquery-bin/osquery-bin.SlackBuild | 2 | ||||
-rw-r--r-- | system/osquery-bin/osquery-bin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index a91e4ae2ff..a8a00b846b 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-4.7.0} +VERSION=${VERSION:-4.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index 057c9aa043..35e8a50d0d 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,10 +1,10 @@ PRGNAM="osquery-bin" -VERSION="4.7.0" +VERSION="4.8.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://pkg.osquery.io/linux/osquery-4.7.0_1.linux_x86_64.tar.gz" -MD5SUM_x86_64="e0fc79761a0d8008ee5f5d5f4c04181a" +DOWNLOAD_x86_64="https://pkg.osquery.io/linux/osquery-4.8.0_1.linux_x86_64.tar.gz" +MD5SUM_x86_64="0397eeb1c4150fa10641cd6c69465a11" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |