diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index 69c03fd04f..656cfe4d52 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.5.1} +VERSION=${VERSION:-5.6.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 e0ad72c6f6..b78c7567c7 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.5.1" +VERSION="5.6.0" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.5.1/osquery_5.5.1-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.5.1/osquery_5.5.1-1.linux_arm64.deb" -MD5SUM_x86_64="df986fa2d66c72dacb8c2fb8921f8606 \ - fe8c5a46f5d425951e5dc722c01dc105" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.6.0/osquery_5.6.0-1.linux_arm64.deb" +MD5SUM_x86_64="9668cd0592a3f557de92bb1c8dbb0137 \ + 262b8225bab8c7483deb8c199435276a" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com"