diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-03-20 08:25:45 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-20 11:00:47 +0700 |
commit | 2f69ac86a2fd6ac198035ba1469b8e5398bd89e5 (patch) | |
tree | 278e94167fdfcbcb0091a8532038aa10b2966730 /system/osquery-bin/osquery-bin.SlackBuild | |
parent | bdcd5a095706306ebf05cde793e7a0a50df958f2 (diff) |
system/osquery-bin: Updated for version 4.7.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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index e252f9eadd316..a91e4ae2ff424 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-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-4.6.0} +VERSION=${VERSION:-4.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |