summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-02-26 10:25:08 +1300
committer Andrew Clemons <andrew.clemons@gmail.com>2022-02-27 16:06:42 +1300
commitff6e2389056bb9d4f5a81ec0e3330ad39223a5d5 (patch)
tree8366fbb0eac213f2e7fdd4c0307fedc6e9206d89
parentf10bd23a3fcc11fa7d8d2c2fa6dade399f3e0f0b (diff)
downloadslackbuilds-ff6e2389056bb9d4f5a81ec0e3330ad39223a5d5.tar.gz
slackbuilds-ff6e2389056bb9d4f5a81ec0e3330ad39223a5d5.tar.xz
system/osquery-bin: Updated for version 5.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--system/osquery-bin/osquery-bin.SlackBuild4
-rw-r--r--system/osquery-bin/osquery-bin.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild
index d3dccf8147..c63d3de036 100644
--- a/system/osquery-bin/osquery-bin.SlackBuild
+++ b/system/osquery-bin/osquery-bin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for osquery-bin
-# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osquery-bin
SRCNAM=${PRGNAM%-bin}
-VERSION=${VERSION:-5.1.0}
+VERSION=${VERSION:-5.2.2}
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 abbbb8ef20..116ba82417 100644
--- a/system/osquery-bin/osquery-bin.info
+++ b/system/osquery-bin/osquery-bin.info
@@ -1,10 +1,10 @@
PRGNAM="osquery-bin"
-VERSION="5.1.0"
+VERSION="5.2.2"
HOMEPAGE="https://osquery.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.1.0/osquery_5.1.0-1.linux_amd64.deb"
-MD5SUM_x86_64="294dc4acae041032245d2a6348f0c3ad"
+DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.2.2/osquery_5.2.2-1.linux_amd64.deb"
+MD5SUM_x86_64="2ba18e51884487520106a8607d2f5ee8"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"