diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-09-08 08:54:52 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:36 +0700 |
commit | d0ff87a001772fe6238f17ebbb673331bd0c04f8 (patch) | |
tree | 547527de766c39ec6ba69535ab0cdd688554d876 /system/usbredir/usbredir.SlackBuild | |
parent | 28bcbd8a4d28fffc61e636ee3765d8d1b8acdb03 (diff) | |
download | slackbuilds-d0ff87a001772fe6238f17ebbb673331bd0c04f8.tar.gz |
system/usbredir: Updated for version 0.7.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/usbredir/usbredir.SlackBuild')
-rw-r--r-- | system/usbredir/usbredir.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/usbredir/usbredir.SlackBuild b/system/usbredir/usbredir.SlackBuild index 6bf05c77fb..250945c5c4 100644 --- a/system/usbredir/usbredir.SlackBuild +++ b/system/usbredir/usbredir.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for usbredir -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=usbredir -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |