diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-15 09:01:12 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:17 +0700 |
commit | c37d813e4e205b63f24776f20d520b5a4c4bb60c (patch) | |
tree | 43d497f31eebbb0376a0bdbf169070edc55f7410 | |
parent | b14f2ca92db90304d37693b633cb129717d79423 (diff) |
system/osquery-bin: Updated for version 5.8.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 6433b7e830df..47cd6a521c57 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.8.1} +VERSION=${VERSION:-5.8.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 dc05196be430..e0d19e8f2759 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.8.1" +VERSION="5.8.2" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.8.1/osquery_5.8.1-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.8.1/osquery_5.8.1-1.linux_arm64.deb" -MD5SUM_x86_64="3813c92edd229bbd6a5e6e995f9f2414 \ - 5b0526b6fdfc57c05b67c4b2103beda9" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.8.2/osquery_5.8.2-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.8.2/osquery_5.8.2-1.linux_arm64.deb" +MD5SUM_x86_64="1f94cd05b0fd9100ef45ad5dbe205ca5 \ + c786d945eeae6fdaa80d96fee6234ff5" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |