diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-05-20 20:25:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:34:19 +0700 |
commit | 78f3266cb1a2ddfc0a267ac270f0c1a835c311e6 (patch) | |
tree | 380c2ae8acf4c3410474bd94aa99442f8dfc0334 /network/spice/spice.SlackBuild | |
parent | 21da8482eec595a37d4bd5e32c76ec2a4a4f48c1 (diff) | |
download | slackbuilds-78f3266cb1a2ddfc0a267ac270f0c1a835c311e6.tar.gz |
network/spice: Updated for version 0.12.5.
Noted the circular dependency with qemu
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice/spice.SlackBuild')
-rw-r--r-- | network/spice/spice.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index e8a347f970..224bcb7c03 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for spice -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013,2014 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=spice -VERSION=${VERSION:-0.12.4} +VERSION=${VERSION:-0.12.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |