diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2021-01-28 23:33:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:29:13 +0700 |
commit | 9880a1cdbd368c592000340575f8ed9a33b0a48c (patch) | |
tree | d41410980a817fe98c5e4edd9956a05ba1ee7d47 /system/bleachbit | |
parent | fa8fa6c04a4f3e03228cbee22fc9db450db9250d (diff) | |
download | slackbuilds-9880a1cdbd368c592000340575f8ed9a33b0a48c.tar.gz |
system/bleachbit: Updated for version 4.2.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bleachbit')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 8 | ||||
-rw-r--r-- | system/bleachbit/bleachbit.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index f3ba5cfb3a..5309956821 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-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2018-2021 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleachbit -VERSION=${VERSION:-4.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp CONTRIBUTING.md COPYING README.md doc/* $PKG/usr/doc/$PRGNAM-$VERSION +cp COPYING README.md doc/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/bleachbit/bleachbit.info b/system/bleachbit/bleachbit.info index bc9c1ee766..b2b644d918 100644 --- a/system/bleachbit/bleachbit.info +++ b/system/bleachbit/bleachbit.info @@ -1,8 +1,8 @@ PRGNAM="bleachbit" -VERSION="4.1.0" +VERSION="4.2.0" HOMEPAGE="https://www.bleachbit.org/" -DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.1.0/bleachbit-4.1.0.tar.gz" -MD5SUM="7042e01ee1ebdffcd5107ce92e068077" +DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.2.0/bleachbit-4.2.0.tar.gz" +MD5SUM="39856abb5f3a0bdadf83b07609bed3e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygobject3-python3" |