diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 12:38:55 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-30 11:20:14 +0700 |
commit | 605252e4043d31a963d1a3d37635ebca8d36cb33 (patch) | |
tree | 20b80ecd603531239a38591edea97cf3dcf5c543 /system/osquery-bin/osquery-bin.SlackBuild | |
parent | f255b82b1c6476deb55b97a8ce8687f1cc94528b (diff) |
system/osquery-bin: Updated for version 5.1.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 | 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 7fe298916ee34..d3dccf81475db 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |