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 | |
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')
-rw-r--r-- | system/usbredir/usbredir.SlackBuild | 4 | ||||
-rw-r--r-- | system/usbredir/usbredir.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/system/usbredir/usbredir.info b/system/usbredir/usbredir.info index 4b3003e394..cc9dd76eb5 100644 --- a/system/usbredir/usbredir.info +++ b/system/usbredir/usbredir.info @@ -1,8 +1,8 @@ PRGNAM="usbredir" -VERSION="0.7" +VERSION="0.7.1" HOMEPAGE="http://spice-space.org" -DOWNLOAD="http://spice-space.org/download/usbredir/usbredir-0.7.tar.bz2" -MD5SUM="bc096f160e4ebb848c3a0f0fbf9500fc" +DOWNLOAD="http://spice-space.org/download/usbredir/usbredir-0.7.1.tar.bz2" +MD5SUM="35cfb1720967727dea523b943cc4126b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |