aboutsummaryrefslogtreecommitdiff
path: root/system/bleachbit
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2023-11-07 18:35:22 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-07 23:58:54 +0700
commit7e4d18273f5c42ffd71925f65f9ccba729fdb31e (patch)
tree0f4491fe6d711359d850fd13d9e774a5b024ad50 /system/bleachbit
parent3730174b24324604bf18f31d138f7fbe5b8ac0f5 (diff)
system/bleachbit: Updated for version 4.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bleachbit')
-rw-r--r--system/bleachbit/bleachbit.SlackBuild12
-rw-r--r--system/bleachbit/bleachbit.info6
2 files changed, 6 insertions, 12 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild
index 22e6c1330a703..b0b44c04d4a9f 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-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2018-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,18 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bleachbit
-VERSION=${VERSION:-4.4.2}
+VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
diff --git a/system/bleachbit/bleachbit.info b/system/bleachbit/bleachbit.info
index 79078e5195dad..e489424c8cb3f 100644
--- a/system/bleachbit/bleachbit.info
+++ b/system/bleachbit/bleachbit.info
@@ -1,8 +1,8 @@
PRGNAM="bleachbit"
-VERSION="4.4.2"
+VERSION="4.6.0"
HOMEPAGE="https://www.bleachbit.org/"
-DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.4.2/bleachbit-4.4.2.tar.gz"
-MD5SUM="6256ad5de91de41291c5b0f6b41e03ae"
+DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.6.0/bleachbit-4.6.0.tar.gz"
+MD5SUM="b2b70dbe3156f1612c2c1b7a4020c20a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""