system/bleachbit: Updated for version 4.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ecd827cabd
commit
6a6e98a375
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for bleachbit
|
||||
#
|
||||
# Copyright 2013-2018 Erwin van Zanten, Dordrecht, The Netherlands, Europe
|
||||
# Copyright 2018-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2018-2024 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.6.0}
|
||||
VERSION=${VERSION:-4.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bleachbit"
|
||||
VERSION="4.6.0"
|
||||
VERSION="4.6.1"
|
||||
HOMEPAGE="https://www.bleachbit.org/"
|
||||
DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.6.0/bleachbit-4.6.0.tar.gz"
|
||||
MD5SUM="b2b70dbe3156f1612c2c1b7a4020c20a"
|
||||
DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v4.6.1/bleachbit-4.6.1.tar.gz"
|
||||
MD5SUM="5241574ffdbcee5eca2993acb9550852"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue