diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-14 09:01:52 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:47 +0700 |
commit | 6beed818348b9aec5bf57cf6e5dfe92a8b1bedbe (patch) | |
tree | e09e49e976c68c3bdb7ea5136fa9e3bbb4084159 /system/osquery-bin | |
parent | d2a41b5d5d76977c447492798222648c642d91b1 (diff) |
system/osquery-bin: Updated for version 5.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/osquery-bin')
-rw-r--r-- | system/osquery-bin/osquery-bin.SlackBuild | 4 | ||||
-rw-r--r-- | system/osquery-bin/osquery-bin.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index 656cfe4d525cf..46e5200dfcd15 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for osquery-bin # Copyright 2019-2022 Andrew Clemons, Wellington New Zealand -# Copyright 2022 Andrew Clemons, Tokyo Japan +# Copyright 2022-2023 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-5.6.0} +VERSION=${VERSION:-5.7.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 b78c7567c7342..eaef219c1626e 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.6.0" +VERSION="5.7.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_arm64.deb" -MD5SUM_x86_64="9668cd0592a3f557de92bb1c8dbb0137 \ - 262b8225bab8c7483deb8c199435276a" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.7.0/osquery_5.7.0-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.7.0/osquery_5.7.0-1.linux_arm64.deb" +MD5SUM_x86_64="ef9000e2bc071b7d6e68b8d0c7af13df \ + 76a0d7be6aac86e608a4f7e82b8ba2ac" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |