mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/ProjectLibre: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
90fd301f27
commit
e5f149e283
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SlackBuild Script for ProjectLibre
|
# SlackBuild Script for ProjectLibre
|
||||||
|
|
||||||
# Copyright 2012-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2012-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ProjectLibre
|
PRGNAM=ProjectLibre
|
||||||
VERSION=${VERSION:-1.9.1}
|
VERSION=${VERSION:-1.9.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ProjectLibre"
|
PRGNAM="ProjectLibre"
|
||||||
VERSION="1.9.1"
|
VERSION="1.9.2"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/projectlibre/"
|
HOMEPAGE="https://sourceforge.net/projects/projectlibre/"
|
||||||
DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.1.tar.gz"
|
DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.2.tar.gz"
|
||||||
MD5SUM="93083e41a364a6b3d140b03c68ce2eee"
|
MD5SUM="2d39d676dfb03c25b84fc123e03440f7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jdk"
|
REQUIRES="jdk"
|
||||||
|
|
Loading…
Reference in a new issue