diff options
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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index 69456b8c5c..31bdfbc3cc 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.16.0} +VERSION=${VERSION:-5.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index a3200130fb..e3479474c1 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.16.0" +VERSION="5.17.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.16.0/osquery_5.16.0-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.16.0/osquery_5.16.0-1.linux_arm64.deb" -MD5SUM_x86_64="148a93f9a74c0bbe3f73f6ae4888facc \ - 474464d13e5b0e44ffce001d35c5b9db" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.17.0/osquery_5.17.0-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.17.0/osquery_5.17.0-1.linux_arm64.deb" +MD5SUM_x86_64="bfe9cacb740568c9408ddaf08a1e2265 \ + 395ae98b9192ea20a1bd690c972655aa" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |