aboutsummaryrefslogtreecommitdiff
path: root/system/usbguard
diff options
context:
space:
mode:
authorMichael Edie <michael@sawbox.net>2024-09-09 20:53:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-10 11:29:28 +0700
commit0b29bcbe37ee93afd4533d076eea77d4c4b9f505 (patch)
treeed0e414179f4cddeeaa223d9dc9f04f986da22da /system/usbguard
parentd840f8a6e307af16bbf59dad42aa3499d3c27be0 (diff)
system/usbguard: Updated for version 1.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/usbguard')
-rw-r--r--system/usbguard/usbguard.SlackBuild7
-rw-r--r--system/usbguard/usbguard.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/system/usbguard/usbguard.SlackBuild b/system/usbguard/usbguard.SlackBuild
index cca84ac2292cd..7b8f4042c9db6 100644
--- a/system/usbguard/usbguard.SlackBuild
+++ b/system/usbguard/usbguard.SlackBuild
@@ -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
diff --git a/system/usbguard/usbguard.info b/system/usbguard/usbguard.info
index b708790b74576..9f62a7815b2ef 100644
--- a/system/usbguard/usbguard.info
+++ b/system/usbguard/usbguard.info
@@ -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"