diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-23 16:56:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:45 +0700 |
commit | f67c5460a09f87afa185e1aac1155cebbe58fa72 (patch) | |
tree | 54af98ed57de106f9ffb263e9953146d056dd467 /development/spice-protocol/spice-protocol.SlackBuild | |
parent | 311cceca455b1e5fef4c02b18d665ce171230541 (diff) |
development/spice-protocol: Updated for version 0.12.11.
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 128380fda283..8a7d1cd42048 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,2014 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=spice-protocol -VERSION=${VERSION:-0.12.10} +VERSION=${VERSION:-0.12.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |