diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-04-20 09:23:37 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-20 21:14:37 +0700 |
commit | a07dc04e671cb0de59911410465e4cb9905a47bb (patch) | |
tree | eee1a4abc02889ed6a1f5dbd78e524a29fdb0422 /system | |
parent | 95163d962e52ab6d0a842c179e118a8cf9a55e7f (diff) |
system/osquery-bin: Updated for version 5.12.1.
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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index dd35ebd18d1df..3f85678ad198c 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-5.11.0} +VERSION=${VERSION:-5.12.1} 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 afd5f6a419291..c2a3d51277492 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.11.0" +VERSION="5.12.1" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.11.0/osquery_5.11.0-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.11.0/osquery_5.11.0-1.linux_arm64.deb" -MD5SUM_x86_64="e7f0b47e08ddb382a3f2de7af00130f0 \ - 2c2cd8bc720b53f5eddae6a1ab1de005" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.12.1/osquery_5.12.1-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.12.1/osquery_5.12.1-1.linux_arm64.deb" +MD5SUM_x86_64="85eace3a95a804a0dae3e99a80961912 \ + 2b907b8053a658ba4cc79eb2d9cd0595" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |