libraries/wxsvg: Updated for version 1.5.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-01-12 12:02:47 +01:00 committed by Willy Sudiarto Raharjo
parent be186764ef
commit 452e07ad8a
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for wxsvg
# Copyright 2013,2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxsvg
VERSION=${VERSION:-1.3}
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="wxsvg"
VERSION="1.3"
VERSION="1.5"
HOMEPAGE="http://sourceforge.net/projects/wxsvg/"
DOWNLOAD="http://downloads.sourceforge.net/wxsvg/wxsvg-1.3.tar.bz2"
MD5SUM="6aedb41e1314d5439a769716661ae04b"
DOWNLOAD="http://downloads.sourceforge.net/wxsvg/wxsvg-1.5.tar.bz2"
MD5SUM="afa258ba9fe85e9676af958639c27392"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg wxPython"