diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-12-27 19:24:39 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-27 19:25:12 +0100 |
commit | 67e796d049b1fd50c56cf325e828844aac643aa4 (patch) | |
tree | e3dd6562905978f686be3ac99ebfa9476df087d6 | |
parent | 9ed21047b18f606a0732d7719a96c5c6472ad90b (diff) | |
download | slackbuilds-67e796d049b1fd50c56cf325e828844aac643aa4.tar.gz |
office/libreoffice: Updated for version 3.6.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 8 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 51ebae4e7f..85ae438939 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -24,10 +24,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2012/07/17 +# Revision date: 2012/12/27 PRGNAM=libreoffice -VERSION=${VERSION:-"3.6.1"} +VERSION=${VERSION:-"3.6.4"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,8 +81,8 @@ fi # We have all the variables, construct the name of the tarball TARNAME="LibO_${SRCVERSION}_Linux_${SRCARCH}_install-rpm${TARJRE}_${LOLANG}.tar.gz" -if [ ! -r $TARBALL ]; then - echo "$TARBALL not found" +if [ ! -r $TARNAME ]; then + echo "$TARNAME not found" exit 1 fi diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 3914ae69d6..91a27d9b48 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="3.6.1" +VERSION="3.6.4" HOMEPAGE="http://www.libreoffice.org" -DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.6.1/rpm/x86/LibO_3.6.1_Linux_x86_install-rpm_en-US.tar.gz" -MD5SUM="d11042a4b37f556e12706158a6066316" -DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.6.1/rpm/x86_64/LibO_3.6.1_Linux_x86-64_install-rpm_en-US.tar.gz" -MD5SUM_x86_64="d9b7a076777d1cdf64e28c4fd6d58c84" +DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/3.6.4/rpm/x86/LibO_3.6.4_Linux_x86_install-rpm_en-US.tar.gz" +MD5SUM="fd7f484b4965a0f53e202b02dc8b4775" +DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/3.6.4/rpm/x86_64/LibO_3.6.4_Linux_x86-64_install-rpm_en-US.tar.gz" +MD5SUM_x86_64="c13458c60a2c75317b8a09e73a868a99" REQUIRES="jdk" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" |