summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-12-21 22:28:25 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 10:11:52 +0700
commit54c4184f6694316ab5dad91bb02c79c77d9e9c59 (patch)
tree8fb30f57b5fd5a402e0faca5176a8509b0c58603
parent14709220f6473df533f6c37d99ef85ca0f382237 (diff)
downloadslackbuilds-54c4184f6694316ab5dad91bb02c79c77d9e9c59.tar.gz
slackbuilds-54c4184f6694316ab5dad91bb02c79c77d9e9c59.tar.xz
system/osquery-bin: Updated for version 5.6.0.
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 69c03fd04f..656cfe4d52 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.5.1}
+VERSION=${VERSION:-5.6.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 e0ad72c6f6..b78c7567c7 100644
--- a/system/osquery-bin/osquery-bin.info
+++ b/system/osquery-bin/osquery-bin.info
@@ -1,12 +1,12 @@
PRGNAM="osquery-bin"
-VERSION="5.5.1"
+VERSION="5.6.0"
HOMEPAGE="https://osquery.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.5.1/osquery_5.5.1-1.linux_amd64.deb \
- https://github.com/osquery/osquery/releases/download/5.5.1/osquery_5.5.1-1.linux_arm64.deb"
-MD5SUM_x86_64="df986fa2d66c72dacb8c2fb8921f8606 \
- fe8c5a46f5d425951e5dc722c01dc105"
+DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_amd64.deb \
+ https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_arm64.deb"
+MD5SUM_x86_64="9668cd0592a3f557de92bb1c8dbb0137 \
+ 262b8225bab8c7483deb8c199435276a"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"