diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-10-10 15:16:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-19 07:31:49 +0700 |
commit | e7d2a4bcfb1c4f6a707c0431cf2f362fd62a1852 (patch) | |
tree | ff0b106ffff7ce5081649cd9df7137e8a7fba38d /network/spice-gtk/spice-gtk.SlackBuild | |
parent | b0a17b6351a48747d3f007f0ee044e2c5c727a83 (diff) | |
download | slackbuilds-e7d2a4bcfb1c4f6a707c0431cf2f362fd62a1852.tar.gz |
network/spice-gtk: Updated for version 0.33.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice-gtk/spice-gtk.SlackBuild')
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index e8f6e9d241..9c4102fefd 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for spice-gtk -# Copyright 2013-2015 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-gtk -VERSION=${VERSION:-0.32} +VERSION=${VERSION:-0.33} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |