mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/openoffice.org: Updated for version 4.1.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b256007336
commit
6000961b53
2 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for openoffice.org
|
||||
# Copyright 2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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.
|
||||
|
@ -32,8 +33,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=openoffice.org
|
||||
SRCNAM=openoffice
|
||||
VERSION=${VERSION:-4.1.7}
|
||||
BUILD_ID=${BUILD_ID:-9800}
|
||||
VERSION=${VERSION:-4.1.13}
|
||||
BUILD_ID=${BUILD_ID:-9810}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openoffice.org"
|
||||
VERSION="4.1.7"
|
||||
VERSION="4.1.13"
|
||||
HOMEPAGE="https://openoffice.org"
|
||||
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"
|
||||
DOWNLOAD="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-US/Apache_OpenOffice_4.1.13_Linux_x86_install-rpm_en-US.tar.gz"
|
||||
MD5SUM="06ebc1c5006ce3f7b0b18e14bf988135"
|
||||
DOWNLOAD_x86_64="https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-US/Apache_OpenOffice_4.1.13_Linux_x86-64_install-rpm_en-US.tar.gz"
|
||||
MD5SUM_x86_64="af7f6219a86d71728bb51e6ab8e823b1"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue