system/usbguard: Updated for version 1.1.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michael Edie 2024-09-09 20:53:04 +07:00 committed by Willy Sudiarto Raharjo
parent d840f8a6e3
commit 0b29bcbe37
2 changed files with 5 additions and 8 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usbguard
VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="usbguard"
VERSION="1.1.2"
VERSION="1.1.3"
HOMEPAGE="https://usbguard.github.io/"
DOWNLOAD="https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.2/usbguard-1.1.2.tar.gz"
MD5SUM="3c9478e17bac575ff51b1d746e72f25c"
DOWNLOAD="https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.3/usbguard-1.1.3.tar.gz"
MD5SUM="fc4d8d603cd6eecd8b6d0a50f492228e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 libqb"