system/slack-osquery: Updated for version 1.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-10-11 21:58:51 +08:00 committed by Willy Sudiarto Raharjo
parent 391fbb567c
commit e33f42e766
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for slack-osquery
# Copyright 2020 Andrew Clemons, Wellington New Zealand
# Copyright 2022 Andrew Clemons, Tokyo Japan
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slack-osquery
VERSION=${VERSION:-1.1}
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="slack-osquery"
VERSION="1.1"
VERSION="1.2"
HOMEPAGE="https://github.com/aclemons/slack-osquery"
DOWNLOAD="https://github.com/aclemons/slack-osquery/releases/download/v1.1/slack-osquery-v1.1.tar.gz"
MD5SUM="265a827f2080cd4cffbe6ebc8663c11a"
DOWNLOAD="https://github.com/aclemons/slack-osquery/releases/download/v1.2/slack-osquery-v1.2.tar.gz"
MD5SUM="fe50edbec5b3cb23937decfdb62db2b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"