diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-04 11:42:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-07 12:55:24 +0700 |
commit | fe99c1f02df9c7799f372fa676e77653c211d8fd (patch) | |
tree | 3712f4a579a37dd9a88402c6bc983a44d3caf31b | |
parent | 512626bbdc3a0c67c15369de45d999d116dc4695 (diff) | |
download | slackbuilds-fe99c1f02df9c7799f372fa676e77653c211d8fd.tar.gz |
system/bleachbit: Updated for version 1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 60b0506b99..d3f54dcb13 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleachbit -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,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 -a MANIFEST* COPYING PKG-INFO README doc/* $PKG/usr/doc/$PRGNAM-$VERSION +cp -a MANIFEST* COPYING PKG-INFO README* 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 b34f2d7141..bbaa53088a 100644 --- a/system/bleachbit/bleachbit.info +++ b/system/bleachbit/bleachbit.info @@ -1,8 +1,8 @@ PRGNAM="bleachbit" -VERSION="1.6" +VERSION="1.12" HOMEPAGE="http://bleachbit.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/bleachbit/files/bleachbit-1.6.tar.bz2" -MD5SUM="10e12cd3896dcfee2c4e56c83850298d" +DOWNLOAD="http://sourceforge.net/projects/bleachbit/files/bleachbit-1.12.tar.bz2" +MD5SUM="b59155f5d0c1ec34a7065e1380482909" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |