diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-05-20 20:50:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:34:20 +0700 |
commit | abcfd3273dd073b8c794798e3eec155217bf550e (patch) | |
tree | 0de4838158f4471b12e4d564246bf53f1aaf3134 /development/spice-protocol/spice-protocol.SlackBuild | |
parent | 020684f4e1d8bd51ffa86de00b860f33dcaffaba (diff) | |
download | slackbuilds-abcfd3273dd073b8c794798e3eec155217bf550e.tar.gz |
development/spice-protocol: Updated for version 0.12.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/spice-protocol/spice-protocol.SlackBuild')
-rw-r--r-- | development/spice-protocol/spice-protocol.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/spice-protocol/spice-protocol.SlackBuild b/development/spice-protocol/spice-protocol.SlackBuild index 26da615b2b..23c5243d3b 100644 --- a/development/spice-protocol/spice-protocol.SlackBuild +++ b/development/spice-protocol/spice-protocol.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for spice-protocol -# 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-protocol -VERSION=${VERSION:-0.12.6} +VERSION=${VERSION:-0.12.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |