development/spice-protocol: Updated for version 0.12.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
020684f4e1
commit
abcfd3273d
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spice-protocol"
|
||||
VERSION="0.12.6"
|
||||
VERSION="0.12.7"
|
||||
HOMEPAGE="http://spice-space.org"
|
||||
DOWNLOAD="http://spice-space.org/download/releases/spice-protocol-0.12.6.tar.bz2"
|
||||
MD5SUM="797d18156ab893e48778cb097b21bb2b"
|
||||
DOWNLOAD="http://spice-space.org/download/releases/spice-protocol-0.12.7.tar.bz2"
|
||||
MD5SUM="799707321e88df4ecd17c4ccb0cc4ffe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue