diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-07-25 16:43:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-25 16:43:02 +0700 |
commit | ea994b8cc79e45c5fbc178cfd908494f4400651f (patch) | |
tree | 9d9b66ab6d7b10e3ae5caaa43fe33da875bb0f7d /system/ddrescue-gui | |
parent | 17519e935dad4729391145f7806ebd6ca03f64f8 (diff) |
system/ddrescue-gui: Updated for version 1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ddrescue-gui')
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.SlackBuild | 4 | ||||
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/ddrescue-gui/ddrescue-gui.SlackBuild b/system/ddrescue-gui/ddrescue-gui.SlackBuild index 54142ab88270..56a90cbd4002 100644 --- a/system/ddrescue-gui/ddrescue-gui.SlackBuild +++ b/system/ddrescue-gui/ddrescue-gui.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ddrescue-gui -VERSION=${VERSION:-1.4} +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ fi set -e -SRCNAM="ddrescue-gui_1.4otherdistro-0ubuntu1~ppa1" +SRCNAM="ddrescue-gui_1.6~otherdistro-0ubuntu1~ppa1" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/system/ddrescue-gui/ddrescue-gui.info b/system/ddrescue-gui/ddrescue-gui.info index 5846db3bd5df..5bc16ed6a1e1 100644 --- a/system/ddrescue-gui/ddrescue-gui.info +++ b/system/ddrescue-gui/ddrescue-gui.info @@ -1,10 +1,10 @@ PRGNAM="ddrescue-gui" -VERSION="1.4" +VERSION="1.6" HOMEPAGE="https://launchpad.net/ddrescue-gui" -DOWNLOAD="https://launchpadlibrarian.net/213272261/ddrescue-gui_1.4otherdistro-0ubuntu1~ppa1.tar.gz" -MD5SUM="c849699ea6271383b61de3719e3f31f6" +DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.6/+download/ddrescue-gui_1.6~otherdistro-0ubuntu1~ppa1.tar.gz" +MD5SUM="6bbe83537c92c62165e750bf66be110a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython lshw" +REQUIRES="wxPython lshw BeautifulSoup4" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |