diff options
Diffstat (limited to 'system/bleachbit')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 6 | ||||
-rw-r--r-- | system/bleachbit/bleachbit.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index f8d975c087..a9ac2c65f6 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleachbit -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar -xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -80,7 +80,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 MANIFEST* COPYING PKG-INFO README* doc/* $PKG/usr/doc/$PRGNAM-$VERSION +cp CONTRIBUTING.md 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 f071382335..e633252a2f 100644 --- a/system/bleachbit/bleachbit.info +++ b/system/bleachbit/bleachbit.info @@ -1,8 +1,8 @@ PRGNAM="bleachbit" -VERSION="3.9.0" +VERSION="3.9.2" HOMEPAGE="https://www.bleachbit.org/" -DOWNLOAD="https://download.bleachbit.org/beta/3.9.0/bleachbit-3.9.0.tar.bz2" -MD5SUM="99688ac380aee330d23941be287b5784" +DOWNLOAD="https://github.com/bleachbit/bleachbit/archive/v3.9.2/bleachbit-3.9.2.tar.gz" +MD5SUM="aefa8259cca972a5b101cc59daaf2045" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygobject3-python3" |