mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
9bf48e0d31
commit
eeb6f16db9
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue