diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-10-10 12:16:48 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:53 +0700 |
commit | ca2043a772d4987d76079e06f74cea0ae2949448 (patch) | |
tree | 27bdf6f0a46450b471a0f08eeb8117262ea7a9d7 /system | |
parent | 5c65c9f696c55f2772d47711c3f5363061634f39 (diff) |
system/osquery-bin: Updated for version 4.5.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 878b1d32bc96..b39af74a1213 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.0} +VERSION=${VERSION:-4.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index ccdc62bf175a..ce319c578fe9 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.0" +VERSION="4.5.1" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://pkg.osquery.io/linux/osquery-4.5.0_1.linux_x86_64.tar.gz" -MD5SUM_x86_64="91d9825e8c2b9c0616ebd057c06e1134" +DOWNLOAD_x86_64="https://pkg.osquery.io/linux/osquery-4.5.1_1.linux_x86_64.tar.gz" +MD5SUM_x86_64="c13b1804fa53827a66a607eac6cba4a2" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |