office/ProjectLibre: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f1036a9398
commit
88056ebf01
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# SlackBuild Script for ProjectLibre
|
||||
|
||||
# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2012-2015 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.9}
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ProjectLibre"
|
||||
VERSION="1.5.9"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="http://sourceforge.net/projects/projectlibre/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/projectlibre/projectlibre-1.5.9.tar.gz"
|
||||
MD5SUM="37e179a27c64ee3188f1e865afb9e415"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/projectlibre/projectlibre-1.6.1.tar.gz"
|
||||
MD5SUM="48e5848144b73028f4cf81b2a051f8b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in New Issue