diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-29 18:56:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-29 18:56:11 +0700 |
commit | 3f4fcff408fb92c6774d95297e7cdde321d9e60d (patch) | |
tree | 7f02864f0fd833dc9581ab387b9bef6dbb047ed7 | |
parent | c07e16b733f69011419a08adeb44541d1487dc91 (diff) |
office/libreoffice: Updated for version 25.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 69fccc5b8d..041c8eda80 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libreoffice -VERSION=${VERSION:-"25.8.0"} +VERSION=${VERSION:-"25.8.1"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index af0565a9ee..75dd7bd16a 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="25.8.0" +VERSION="25.8.1" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/25.8.0/rpm/x86_64/LibreOffice_25.8.0_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="53898ac7f9792455d784a284b0b84633" +DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/25.8.1/rpm/x86_64/LibreOffice_25.8.1_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="e43053bed377e07fe39fb1cd63983b41" REQUIRES="zulu-openjdk17 avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |