mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/ProjectLibre: Updated for version 1.5.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
0b0d19ea52
commit
fc51899187
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# SlackBuild Script for ProjectLibre
|
||||
|
||||
# Copyright 2012 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2012-2013 Willy Sudiarto Raharjo <willysr@slackware-id.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.2}
|
||||
VERSION=${VERSION:-1.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ProjectLibre"
|
||||
VERSION="1.5.2"
|
||||
VERSION="1.5.3"
|
||||
HOMEPAGE="http://sourceforge.net/projects/projectlibre/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/projectlibre/projectlibre-1.5.2.tar.gz"
|
||||
MD5SUM="99bf0ac7daf32b127e46b96defb717a0"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/projectlibre/projectlibre-1.5.3.tar.gz"
|
||||
MD5SUM="5a9ee6963908e92fa5e4321890f4891b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue