summaryrefslogtreecommitdiffstats
path: root/system/osquery-bin/osquery-bin.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2022-08-13 14:03:33 +0200
committer Willy Sudiarto Raharjo2022-08-20 05:06:33 +0200
commita0b4d612463666622fee27140b2f84cf710fe22a (patch)
tree340816985f6eaf8657df387026543c0994510ad1 /system/osquery-bin/osquery-bin.SlackBuild
parentad5ebbc67606740af20fce0ea0b790cbc1b0767a (diff)
downloadslackbuilds-a0b4d612463666622fee27140b2f84cf710fe22a.tar.gz
system/osquery-bin: Updated for version 5.4.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/osquery-bin.SlackBuild')
-rw-r--r--system/osquery-bin/osquery-bin.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild
index 7ff944b976..335c85844f 100644
--- a/system/osquery-bin/osquery-bin.SlackBuild
+++ b/system/osquery-bin/osquery-bin.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for osquery-bin
# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
+# Copyright 2022 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osquery-bin
SRCNAM=${PRGNAM%-bin}
-VERSION=${VERSION:-5.2.3}
+VERSION=${VERSION:-5.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}