diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2022-04-26 21:00:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:07 +0700 |
commit | 3e9b65d0c3dc649609b0be1e86e59ecaaa61c254 (patch) | |
tree | 0660d9b333df18eb46c0d55433bb21048284071f /system/bleachbit/bleachbit.SlackBuild | |
parent | 630b22ef502be02552ab06e32374f3a82e3c24ab (diff) |
system/bleachbit: Updated for version 4.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bleachbit/bleachbit.SlackBuild')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index a1d3730ee9404..22e6c1330a703 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for bleachbit # # Copyright 2013-2018 Erwin van Zanten, Dordrecht, The Netherlands, Europe -# Copyright 2018-2021 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2018-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bleachbit -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-4.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |