mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/libreoffice: Updated for version 3.6.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
9ed21047b1
commit
67e796d049
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue