summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-03-23 10:22:33 +0100
committer Erik Hanson2014-04-12 20:58:47 +0200
commit8425fd2e0cbc6e507e0ac22d3b559c1799f34342 (patch)
tree5afea0addcf063a15a63e0f4a941631b8ba4bb93 /office
parent174ae28f0e3f1c19e44fe77eab1097dea35e5659 (diff)
downloadslackbuilds-8425fd2e0cbc6e507e0ac22d3b559c1799f34342.tar.gz
office/ProjectLibre: Updated for version 1.5.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/ProjectLibre/ProjectLibre.SlackBuild8
-rw-r--r--office/ProjectLibre/ProjectLibre.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild
index 160e8b5d09..ac9a08307f 100644
--- a/office/ProjectLibre/ProjectLibre.SlackBuild
+++ b/office/ProjectLibre/ProjectLibre.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# SlackBuild Script for ProjectLibre
-# Copyright 2012-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
+# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ProjectLibre
-VERSION=${VERSION:-1.5.7}
+VERSION=${VERSION:-1.5.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,8 +45,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
diff --git a/office/ProjectLibre/ProjectLibre.info b/office/ProjectLibre/ProjectLibre.info
index d139074857..0f30711c9e 100644
--- a/office/ProjectLibre/ProjectLibre.info
+++ b/office/ProjectLibre/ProjectLibre.info
@@ -1,8 +1,8 @@
PRGNAM="ProjectLibre"
-VERSION="1.5.7"
+VERSION="1.5.8"
HOMEPAGE="http://sourceforge.net/projects/projectlibre/"
-DOWNLOAD="http://downloads.sourceforge.net/projectlibre/projectlibre-1.5.7.tar.gz"
-MD5SUM="3298e6062f0c33a94d3a6c1b4bb69ac3"
+DOWNLOAD="http://downloads.sourceforge.net/projectlibre/projectlibre-1.5.8.tar.gz"
+MD5SUM="8643e116cafcc4d45fe485d475393f86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"