diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-12-20 08:15:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-26 16:40:38 +0700 |
commit | b1d66dcc41d74e8b79b29bd1aa3b73b715920643 (patch) | |
tree | 5e8e299ef97c3a223ad8b4ef9d6818a8dbfdb778 /system/osquery-bin | |
parent | 334391c00cc3f2d19547a633382a51c97522b588 (diff) | |
download | slackbuilds-b1d66dcc41d74e8b79b29bd1aa3b73b715920643.tar.gz |
system/osquery-bin: Updated for version 4.6.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')
-rw-r--r-- | system/osquery-bin/osquery-bin.SlackBuild | 2 | ||||
-rw-r--r-- | system/osquery-bin/osquery-bin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index b39af74a12..e252f9eadd 100644 --- a/system/osquery-bin/osquery-bin.SlackBuild +++ b/system/osquery-bin/osquery-bin.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=osquery-bin SRCNAM=${PRGNAM%-bin} -VERSION=${VERSION:-4.5.1} +VERSION=${VERSION:-4.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index ce319c578f..b6d8943d6d 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,10 +1,10 @@ PRGNAM="osquery-bin" -VERSION="4.5.1" +VERSION="4.6.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://pkg.osquery.io/linux/osquery-4.5.1_1.linux_x86_64.tar.gz" -MD5SUM_x86_64="c13b1804fa53827a66a607eac6cba4a2" +DOWNLOAD_x86_64="https://pkg.osquery.io/linux/osquery-4.6.0_1.linux_x86_64.tar.gz" +MD5SUM_x86_64="c82b46e404e0c5dd9dc6c712a3fb377c" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |