diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-12-09 11:21:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-09 11:21:58 +0700 |
commit | 4c25228aad779163187c5acf79a1465dad9e2d83 (patch) | |
tree | b44918a97cd8fac598c67fe886dd904c97b7d595 /office | |
parent | af721ea173396d7ced866644244d7cfc7f9646e8 (diff) | |
download | slackbuilds-4c25228aad779163187c5acf79a1465dad9e2d83.tar.gz |
office/openoffice.org: Updated for version 4.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/openoffice.org/openoffice.org.SlackBuild | 6 | ||||
-rw-r--r-- | office/openoffice.org/openoffice.org.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/office/openoffice.org/openoffice.org.SlackBuild b/office/openoffice.org/openoffice.org.SlackBuild index 857e7cdc9f..32f4e8d1a6 100644 --- a/office/openoffice.org/openoffice.org.SlackBuild +++ b/office/openoffice.org/openoffice.org.SlackBuild @@ -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.) diff --git a/office/openoffice.org/openoffice.org.info b/office/openoffice.org/openoffice.org.info index 26660e98c6..c748fa84d7 100644 --- a/office/openoffice.org/openoffice.org.info +++ b/office/openoffice.org/openoffice.org.info @@ -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" |