diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-01-30 20:11:11 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-01-30 20:11:11 -0600 |
commit | 64590d7f44f5635c6b98acea176094dea1efeba0 (patch) | |
tree | 8c030eccb7e643d4ee6cfdb21730f7451bcb3519 /office/libreoffice | |
parent | b6449ca5661f64feb90bcd89447bcb6f95f30515 (diff) | |
download | slackbuilds-64590d7f44f5635c6b98acea176094dea1efeba0.tar.gz |
office/libreoffice: Updated for version 3.4.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/libreoffice')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 6 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 1536da691e..d513b5aec6 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for LibreOffice # Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA -# Copyright 2010,2011 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,10 +24,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2011/11/09 +# Revision date: 2012/01/27 PRGNAM=libreoffice -VERSION=${VERSION:-"3.4.4"} +VERSION=${VERSION:-"3.4.5"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 0f70912787..b072647e74 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="3.4.4" +VERSION="3.4.5" HOMEPAGE="http://www.libreoffice.org" -DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.4.4/rpm/x86/LibO_3.4.4_Linux_x86_install-rpm_en-US.tar.gz" -MD5SUM="529c60e161d0c23405723f4a3cd1e046" -DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.4.4/rpm/x86_64/LibO_3.4.4_Linux_x86-64_install-rpm_en-US.tar.gz" -MD5SUM_x86_64="fc6cb85312d6e11a7ab6ddb1bc4e79cc" +DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.4.5/rpm/x86/LibO_3.4.5_Linux_x86_install-rpm_en-US.tar.gz" +MD5SUM="34786e6aa570782abac551ab092f3fb3" +DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.4.5/rpm/x86_64/LibO_3.4.5_Linux_x86-64_install-rpm_en-US.tar.gz" +MD5SUM_x86_64="2159a50daab707c02b669a83f635ff0c" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="michiel" +APPROVED="rworkman" |