diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-01-12 12:02:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-18 09:08:54 +0700 |
commit | 452e07ad8ad835a55241efec50c327b3d44344f8 (patch) | |
tree | aee13a30763315630e5c1f4ed8cdb8f22fde20bc /libraries/wxsvg | |
parent | be186764efed229306a813e630077f144bda11b4 (diff) |
libraries/wxsvg: Updated for version 1.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/wxsvg')
-rw-r--r-- | libraries/wxsvg/wxsvg.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/wxsvg/wxsvg.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/wxsvg/wxsvg.SlackBuild b/libraries/wxsvg/wxsvg.SlackBuild index eab4ea81b76e..218d887ffb8a 100644 --- a/libraries/wxsvg/wxsvg.SlackBuild +++ b/libraries/wxsvg/wxsvg.SlackBuild @@ -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} diff --git a/libraries/wxsvg/wxsvg.info b/libraries/wxsvg/wxsvg.info index c33e22caa964..c90a940d74cc 100644 --- a/libraries/wxsvg/wxsvg.info +++ b/libraries/wxsvg/wxsvg.info @@ -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" |