diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-12-18 10:59:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:22:54 +0700 |
commit | aecfe8ac3142a7cff95274e6db68672ae258c31f (patch) | |
tree | 80815a52710eb4ac798f32d1056f20e8b45fa45f | |
parent | 088a9b64bc9f35c2f3db315aac2d7e62d70dd2ac (diff) | |
download | slackbuilds-aecfe8ac3142a7cff95274e6db68672ae258c31f.tar.gz |
office/impressive: Updated for version 0.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/impressive/impressive.SlackBuild | 3 | ||||
-rw-r--r-- | office/impressive/impressive.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/office/impressive/impressive.SlackBuild b/office/impressive/impressive.SlackBuild index cc02b7cf7b..ca22e8ecfe 100644 --- a/office/impressive/impressive.SlackBuild +++ b/office/impressive/impressive.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for impressive # Copyright 2010 Binh Nguyen <binhvng@gmail.com> +# Copyright 2015 Brenton Earl <brent@exitstatusone.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=impressive -VERSION=${VERSION:-0.11.0b} +VERSION=${VERSION:-0.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/impressive/impressive.info b/office/impressive/impressive.info index 89fd80c6cc..574f48b2c9 100644 --- a/office/impressive/impressive.info +++ b/office/impressive/impressive.info @@ -1,8 +1,8 @@ PRGNAM="impressive" -VERSION="0.11.0b" +VERSION="0.11.1" HOMEPAGE="http://impressive.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/impressive/files/Impressive/0.11.0/Impressive-0.11.0b.tar.gz" -MD5SUM="09633d3d67c8425f7cc2aad7dd09ebda" +DOWNLOAD="http://sourceforge.net/projects/impressive/files/Impressive/0.11.1/Impressive-0.11.1.tar.gz" +MD5SUM="0fdac7431208ff5866a6443bbdddeaee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygame pilkit" |