diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-09-14 15:52:51 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-14 23:36:48 +0700 |
commit | 0ad66119528748344437b28ebc53e382f7c22dff (patch) | |
tree | 491808132eaf3f102d4f494ea0b23cd70af42f8e | |
parent | df7f83e0285fa4e566d7d7f48931b0046d49d0f8 (diff) |
system/osquery-bin: Updated for version 5.13.1.
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 958a3ff01e3c9..7db2492113fa6 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.12.2} +VERSION=${VERSION:-5.13.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 47c0630d740b6..d212833aa1a75 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.12.2" +VERSION="5.13.1" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.12.2/osquery_5.12.2-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.12.2/osquery_5.12.2-1.linux_arm64.deb" -MD5SUM_x86_64="c005defd4db9c8d6afce8ca49748bffd \ - c6c7925084113f2f471f68c13d7266b8" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.13.1/osquery_5.13.1-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.13.1/osquery_5.13.1-1.linux_arm64.deb" +MD5SUM_x86_64="77fb504c9f80893414610f5f088a2a6e \ + ba8c0c2a509a25494e0f0bafc818d1ef" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |