mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/ProjectLibre: Updated for version 1.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
535020e93a
commit
4364157fd3
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# SlackBuild Script for ProjectLibre
|
||||
|
||||
# Copyright 2012-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2012-2021 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.9.2}
|
||||
VERSION=${VERSION:-1.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ProjectLibre"
|
||||
VERSION="1.9.2"
|
||||
VERSION="1.9.3"
|
||||
HOMEPAGE="https://sourceforge.net/projects/projectlibre/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.2.tar.gz"
|
||||
MD5SUM="2d39d676dfb03c25b84fc123e03440f7"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.3.tar.gz"
|
||||
MD5SUM="00ba2b6f674fbdf781b04830c8d8a973"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue