diff options
-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 6bf05c77fb91..250945c5c4eb 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 4b3003e39444..cc9dd76eb5a8 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="" |