office/openoffice.org: Updated for version 4.1.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2019-12-09 11:21:58 +07:00 committed by Willy Sudiarto Raharjo
parent af721ea173
commit 4c25228aad
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for openoffice.org
# Copyright 2018 Donald Cooley South Haven, Indiana USA
# Copyright 2018-2019 Donald Cooley South Haven, Indiana USA
# With help from Ekin Akoglu to fix missing menu icons and script cleanup,
# and a diff from Dominik Drobek to remove unnecessary RPM cruft.
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
@ -30,8 +30,8 @@
PRGNAM=openoffice.org
SRCNAM=openoffice
VERSION=${VERSION:-4.1.6}
BUILD_ID=${BUILD_ID:-9790}
VERSION=${VERSION:-4.1.7}
BUILD_ID=${BUILD_ID:-9800}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCSHORT=$(echo $VERSION | cut -f1 -d.)

View File

@ -1,10 +1,10 @@
PRGNAM="openoffice.org"
VERSION="4.1.6"
VERSION="4.1.7"
HOMEPAGE="https://openoffice.org"
DOWNLOAD="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.6/binaries/en-US/Apache_OpenOffice_4.1.6_Linux_x86_install-rpm_en-US.tar.gz"
MD5SUM="bce40d89c33b7fba8ea5a963e1c623cc"
DOWNLOAD_x86_64="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.6/binaries/en-US/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_en-US.tar.gz"
MD5SUM_x86_64="d47fa2274aad8e263eff9b913470d2cb"
DOWNLOAD="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/en-US/Apache_OpenOffice_4.1.7_Linux_x86_install-rpm_en-US.tar.gz"
MD5SUM="650016711ab925eb0350c4d2fbbecd92"
DOWNLOAD_x86_64="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/en-US/Apache_OpenOffice_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz"
MD5SUM_x86_64="f71d8bbc7c1901e808e7c5d5e6eaa051"
REQUIRES=""
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"