diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-31 23:28:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-31 23:28:08 +0700 |
commit | 03eee522d09326f1caeeceb6219c287666f1c301 (patch) | |
tree | 7d09e1e4e5d54b81b80c252cba49ab095d6901ef /office/libreoffice-langpack/libreoffice-langpack.SlackBuild | |
parent | e8eae337aab38ddb63d0b97aa4266f9a8ca15677 (diff) |
office/libreoffice-langpack: Updated for version 24.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice-langpack/libreoffice-langpack.SlackBuild')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 1d8295c51b14f..d16ed61e5f5cc 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for LibreOffice Language Packs # Copyright 2010-2014 Niels Horn, Rio de Janeiro, RJ, Brazil -# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libreoffice-langpack -VERSION=${VERSION:-"7.6.4"} +VERSION=${VERSION:-"24.2.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |