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/openoffice.org/openoffice.org.SlackBuild | |
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/openoffice.org/openoffice.org.SlackBuild')
-rw-r--r-- | office/openoffice.org/openoffice.org.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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.) |