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 | |
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')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 4 | ||||
-rw-r--r-- | system/bleachbit/bleachbit.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/system/bleachbit/bleachbit.info b/system/bleachbit/bleachbit.info index 16bae3156cc2d..79078e5195dad 100644 --- a/system/bleachbit/bleachbit.info +++ b/system/bleachbit/bleachbit.info @@ -1,8 +1,8 @@ PRGNAM="bleachbit" -VERSION="4.2.0" +VERSION="4.4.2" HOMEPAGE="https://www.bleachbit.org/" -DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.2.0/bleachbit-4.2.0.tar.gz" -MD5SUM="39856abb5f3a0bdadf83b07609bed3e3" +DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.4.2/bleachbit-4.4.2.tar.gz" +MD5SUM="6256ad5de91de41291c5b0f6b41e03ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |