summaryrefslogtreecommitdiffstats
path: root/system/usbredir/usbredir.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2023-03-22 11:51:04 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:01:59 +0100
commitfd85de224e2940525d0dd565b7cb08102cf175da (patch)
treecd90da4df59c491b797a257c5b909c8441ffcc0a /system/usbredir/usbredir.SlackBuild
parentcec642f1ea14efa606065aef00d4415fc9542520 (diff)
downloadslackbuilds-fd85de224e2940525d0dd565b7cb08102cf175da.tar.gz
system/usbredir: Updated for version 0.13.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/usbredir/usbredir.SlackBuild')
-rw-r--r--system/usbredir/usbredir.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/usbredir/usbredir.SlackBuild b/system/usbredir/usbredir.SlackBuild
index 34ea44f1e7..93d9db22bc 100644
--- a/system/usbredir/usbredir.SlackBuild
+++ b/system/usbredir/usbredir.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for usbredir
-# Copyright 2013-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usbredir
-VERSION=${VERSION:-0.12.0}
+VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}