system/usbguard: Updated for version 1.1.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michael Edie 2022-07-22 23:15:01 +01:00 committed by Willy Sudiarto Raharjo
parent 9bf48e0d31
commit eeb6f16db9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for usbguard
# Copyright 2019 Michael Edie Orlando, FL USA
# Copyright 2019-2022 Michael Edie Tampa, FL USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usbguard
VERSION=${VERSION:-0.7.8}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="usbguard"
VERSION="0.7.8"
VERSION="1.1.1"
HOMEPAGE="https://usbguard.github.io/"
DOWNLOAD="https://github.com/USBGuard/usbguard/releases/download/usbguard-0.7.8/usbguard-0.7.8.tar.gz"
MD5SUM="b96dcae8c4169c455ac81adab44d59c8"
DOWNLOAD="https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.1/usbguard-1.1.1.tar.gz"
MD5SUM="53760fa48dff865e833d1c80f2a966e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 libqb"