diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-04-24 09:20:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-27 08:28:07 +0700 |
commit | 72251e3c7d2fe761682c0dfd7a14fd6f46d935fb (patch) | |
tree | 97c020b04a03b6144b34cf9ee06019ace17970c9 /development/spice-protocol/spice-protocol.SlackBuild | |
parent | 180fa06cd72ef78efeca67f9a35443f926ffd4c2 (diff) | |
download | slackbuilds-72251e3c7d2fe761682c0dfd7a14fd6f46d935fb.tar.gz |
development/spice-protocol: Updated for version 0.12.15.
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 3e263833ca..1f7aa817c5 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-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2019 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.14} +VERSION=${VERSION:-0.12.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |