diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-03-04 18:03:21 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-06 02:04:13 +0700 |
commit | f7cab1bc054ff43950f1147b92451b5f9285d182 (patch) | |
tree | 1291138f4470b34f6a61e7088e7090b3ff08321a /system/ddrescue-gui | |
parent | 91fe2dceda748d024f98fccafaf9381047433394 (diff) |
system/ddrescue-gui: Updated for version 1.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ddrescue-gui')
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.SlackBuild | 10 | ||||
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/ddrescue-gui/ddrescue-gui.SlackBuild b/system/ddrescue-gui/ddrescue-gui.SlackBuild index aaca4a66c06c..67876f102d94 100644 --- a/system/ddrescue-gui/ddrescue-gui.SlackBuild +++ b/system/ddrescue-gui/ddrescue-gui.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ddrescue-gui. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ddrescue-gui -VERSION=${VERSION:-1.7.1} +VERSION=${VERSION:-1.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ fi set -e -SRCVER=${SRCVER:-1.7.1~otherdistro-0ubuntu1~ppa1} +SRCVER=${SRCVER:-1.7.2~otherdistro~update1-0ubuntu1~ppa1} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -82,8 +82,8 @@ install -D -m644 ddrescue-gui.desktop $PKG/usr/share/applications/ddrescue-gui.d install -D -m644 ddrescue-gui.png $PKG/usr/share/pixmaps/ddrescue-gui.png mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a debian/changelog $PKG/usr/doc/$PRGNAM-$VERSION/ChangeLog -cp -a debian/copyright $PKG/usr/doc/$PRGNAM-$VERSION/copyright +cp debian/changelog $PKG/usr/doc/$PRGNAM-$VERSION/ChangeLog +cp debian/copyright $PKG/usr/doc/$PRGNAM-$VERSION/copyright cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/ddrescue-gui/ddrescue-gui.info b/system/ddrescue-gui/ddrescue-gui.info index 20e93b1cdf94..4ab6e87e7ded 100644 --- a/system/ddrescue-gui/ddrescue-gui.info +++ b/system/ddrescue-gui/ddrescue-gui.info @@ -1,8 +1,8 @@ PRGNAM="ddrescue-gui" -VERSION="1.7.1" +VERSION="1.7.2" HOMEPAGE="https://launchpad.net/ddrescue-gui" -DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.7.1/+download/ddrescue-gui_1.7.1~otherdistro-0ubuntu1~ppa1.tar.gz" -MD5SUM="b0232120fa778dad5c3275f057db4397" +DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.7.2/+download/ddrescue-gui_1.7.2~otherdistro~update1-0ubuntu1~ppa1.tar.gz" +MD5SUM="b8ee1fb653cd6b4455720e26af1d4c7e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython lshw BeautifulSoup4" |