diff options
-rw-r--r-- | system/osquery-bin/osquery-bin.SlackBuild | 4 | ||||
-rw-r--r-- | system/osquery-bin/osquery-bin.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild index 3f85678ad1..958a3ff01e 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.12.1} +VERSION=${VERSION:-5.12.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -61,7 +61,7 @@ if [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "aarch64" ]; then ar p "$CWD/$SRCNAM"_"$VERSION-$DEBBUILD.linux_arm64.deb" data.tar.gz | tar xzv else - printf "$ARCH is not supported...\n" + printf "%s\n" "$ARCH is not supported..." exit 1 fi diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info index c2a3d51277..47c0630d74 100644 --- a/system/osquery-bin/osquery-bin.info +++ b/system/osquery-bin/osquery-bin.info @@ -1,12 +1,12 @@ PRGNAM="osquery-bin" -VERSION="5.12.1" +VERSION="5.12.2" HOMEPAGE="https://osquery.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.12.1/osquery_5.12.1-1.linux_amd64.deb \ - https://github.com/osquery/osquery/releases/download/5.12.1/osquery_5.12.1-1.linux_arm64.deb" -MD5SUM_x86_64="85eace3a95a804a0dae3e99a80961912 \ - 2b907b8053a658ba4cc79eb2d9cd0595" +DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.12.2/osquery_5.12.2-1.linux_amd64.deb \ + https://github.com/osquery/osquery/releases/download/5.12.2/osquery_5.12.2-1.linux_arm64.deb" +MD5SUM_x86_64="c005defd4db9c8d6afce8ca49748bffd \ + c6c7925084113f2f471f68c13d7266b8" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |