aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-11-08 21:16:52 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-09 07:02:39 +0700
commitc60086773b2e5e6a87c81d6b7ebc77e148d310ea (patch)
tree26e236f24b259bd1fb4ce19aa1db53519dd034ba
parenta72b5815a2af4f0c3ce1fdab3e5ce5479e07219a (diff)
system/osquery-bin: Updated for version 5.14.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/osquery-bin/osquery-bin.SlackBuild2
-rw-r--r--system/osquery-bin/osquery-bin.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild
index 7db2492113fa..baec64e54056 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.13.1}
+VERSION=${VERSION:-5.14.1}
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 d212833aa1a7..894150f49932 100644
--- a/system/osquery-bin/osquery-bin.info
+++ b/system/osquery-bin/osquery-bin.info
@@ -1,12 +1,12 @@
PRGNAM="osquery-bin"
-VERSION="5.13.1"
+VERSION="5.14.1"
HOMEPAGE="https://osquery.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.13.1/osquery_5.13.1-1.linux_amd64.deb \
- https://github.com/osquery/osquery/releases/download/5.13.1/osquery_5.13.1-1.linux_arm64.deb"
-MD5SUM_x86_64="77fb504c9f80893414610f5f088a2a6e \
- ba8c0c2a509a25494e0f0bafc818d1ef"
+DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.14.1/osquery_5.14.1-1.linux_amd64.deb \
+ https://github.com/osquery/osquery/releases/download/5.14.1/osquery_5.14.1-1.linux_arm64.deb"
+MD5SUM_x86_64="fadb65e14606eccc5eae3c7f7fa2b1eb \
+ 8421a4e0f47ec963ecda5c59bda675db"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"