summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2023-11-04 04:05:34 +0100
committer Willy Sudiarto Raharjo2023-11-04 10:41:30 +0100
commit722ecb1fde5eb4de4fbff17e66e79971c6e3ec5c (patch)
tree8f9fea665fb7aebe1981b40a62d562c9add7afaf
parent9e52519ddaa33ec8857cc07a37b92af1abc8a0da (diff)
downloadslackbuilds-722ecb1fde5eb4de4fbff17e66e79971c6e3ec5c.tar.gz
system/osquery-bin: Updated for version 5.10.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.SlackBuild2
-rw-r--r--system/osquery-bin/osquery-bin.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild
index c9de0e0565..981ce64522 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.9.1}
+VERSION=${VERSION:-5.10.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 4f7431692f..e098b8d3be 100644
--- a/system/osquery-bin/osquery-bin.info
+++ b/system/osquery-bin/osquery-bin.info
@@ -1,12 +1,12 @@
PRGNAM="osquery-bin"
-VERSION="5.9.1"
+VERSION="5.10.2"
HOMEPAGE="https://osquery.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.9.1/osquery_5.9.1-1.linux_amd64.deb \
- https://github.com/osquery/osquery/releases/download/5.9.1/osquery_5.9.1-1.linux_arm64.deb"
-MD5SUM_x86_64="38b79e69dda1ddd085befa2ceaa598ca \
- fd00b7aa55c556beb9546315725bc492"
+DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.10.2/osquery_5.10.2-1.linux_amd64.deb \
+ https://github.com/osquery/osquery/releases/download/5.10.2/osquery_5.10.2-1.linux_arm64.deb"
+MD5SUM_x86_64="590311d79e50d8fbb77a63aee5012976 \
+ c88dc349d3261d9bbc25959bf798fb58"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"