diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-11-08 21:16:52 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-09 07:02:39 +0700 |
commit | c60086773b2e5e6a87c81d6b7ebc77e148d310ea (patch) | |
tree | 26e236f24b259bd1fb4ce19aa1db53519dd034ba /system/osquery-bin/osquery-bin.SlackBuild | |
parent | a72b5815a2af4f0c3ce1fdab3e5ce5479e07219a (diff) |
system/osquery-bin: Updated for version 5.14.1.
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index 7db2492113fa6..baec64e54056c 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.13.1} +VERSION=${VERSION:-5.14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |