diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-12 21:25:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-13 08:10:54 +0700 |
commit | f4fba2a626b3c0faf7f881f902b4a9a553692255 (patch) | |
tree | c475375ab07068e5c36d6f538c2dccaccf01b23f /office/libreoffice-langpack/libreoffice-langpack.SlackBuild | |
parent | 24e256826cce2ccf398943396a42bbf41fae00bb (diff) |
office/libreoffice-langpack: Updated for version 7.4.4.
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 9a0d002f561d..12418e1c06e5 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-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2023 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.4.3"} +VERSION=${VERSION:-"7.4.4"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |