diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-02-14 22:51:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 16:48:57 +0700 |
commit | 457f03e4f5e6fa9aaba3dfbdcfd781b55a815d61 (patch) | |
tree | e221c021109406507d8968dc4fafc39e6ab3c093 /system/osquery-bin | |
parent | ba8dc5cb4df245ac755a263592757a7087c90962 (diff) |
system/osquery-bin: Updated for version 5.15.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 baec64e540..b7e8c7c5bc 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-2024 Andrew Clemons, Tokyo Japan +# Copyright 2022-2025 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.14.1} +VERSION=${VERSION:-5.15.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 894150f499..5a08c3c140 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.14.1" +VERSION="5.15.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.14.1/osquery_5.14.1-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.14.1/osquery_5.14.1-1.linux_arm64.deb" -MD5SUM_x86_64="fadb65e14606eccc5eae3c7f7fa2b1eb \ - 8421a4e0f47ec963ecda5c59bda675db" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.15.0/osquery_5.15.0-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.15.0/osquery_5.15.0-1.linux_arm64.deb" +MD5SUM_x86_64="6e37efe77709301c090f830a2200aa80 \ + aa09426a5b6575b81c3b806176d65eb2" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |