diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-06-13 16:24:19 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:03 +0100 |
commit | d33a13dee9febcaeb8f2f4a86f36da35fa85bbf5 (patch) | |
tree | 5f4c21eed3b4dde2c66119a61a1dc2afe90b6607 /development/spice-protocol/spice-protocol.SlackBuild | |
parent | c23159827ce5bfe60945efd991836b4474af997a (diff) | |
download | slackbuilds-d33a13dee9febcaeb8f2f4a86f36da35fa85bbf5.tar.gz |
development/spice-protocol: Updated for version 0.12.14.
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 76bb988df7..3e263833ca 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-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2018 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.13} +VERSION=${VERSION:-0.12.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |