summaryrefslogtreecommitdiffstats
path: root/system/osquery-bin/osquery-bin.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2022-02-25 22:25:08 +0100
committer Andrew Clemons2022-02-27 04:06:42 +0100
commitff6e2389056bb9d4f5a81ec0e3330ad39223a5d5 (patch)
tree8366fbb0eac213f2e7fdd4c0307fedc6e9206d89 /system/osquery-bin/osquery-bin.SlackBuild
parentf10bd23a3fcc11fa7d8d2c2fa6dade399f3e0f0b (diff)
downloadslackbuilds-ff6e2389056bb9d4f5a81ec0e3330ad39223a5d5.tar.gz
system/osquery-bin: Updated for version 5.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/osquery-bin/osquery-bin.SlackBuild')
-rw-r--r--system/osquery-bin/osquery-bin.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild
index d3dccf8147..c63d3de036 100644
--- a/system/osquery-bin/osquery-bin.SlackBuild
+++ b/system/osquery-bin/osquery-bin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for osquery-bin
-# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osquery-bin
SRCNAM=${PRGNAM%-bin}
-VERSION=${VERSION:-5.1.0}
+VERSION=${VERSION:-5.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}