diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-02-15 07:45:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-15 07:45:39 +0700 |
commit | e67562d2958766c669a15847e249eeb9124fb2e6 (patch) | |
tree | 7b57b784b0a5baf887367a9e78423218727ae922 | |
parent | 003bf8c316077a3fad2643f55b9277ec24e76796 (diff) | |
download | slackbuilds-e67562d2958766c669a15847e249eeb9124fb2e6.tar.gz |
system/ddrescue-gui: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.SlackBuild | 6 | ||||
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/ddrescue-gui/ddrescue-gui.SlackBuild b/system/ddrescue-gui/ddrescue-gui.SlackBuild index 4e144bc7d1..a71941a8db 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-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2019 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:-2.0.0} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ fi set -e -SRCVER=${SRCVER:-2.0.0~otherdistro-0ubuntu1~ppa1} +SRCVER=${SRCVER:-2.0.1~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 d7f4855731..3de6797681 100644 --- a/system/ddrescue-gui/ddrescue-gui.info +++ b/system/ddrescue-gui/ddrescue-gui.info @@ -1,10 +1,10 @@ PRGNAM="ddrescue-gui" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="https://launchpad.net/ddrescue-gui" -DOWNLOAD="https://launchpad.net/ddrescue-gui/2.x/2.0.0/+download/ddrescue-gui_2.0.0~otherdistro-0ubuntu1~ppa1.tar.gz" -MD5SUM="bf73369066ec729b33f67f0599f78a26" +DOWNLOAD="https://launchpad.net/ddrescue-gui/2.x/2.0.1/+download/ddrescue-gui_2.0.1~otherdistro-0ubuntu1~ppa1.tar.gz" +MD5SUM="0e2d8a96e403424c8d00cda7778b12f4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython4 getdevinfo" +REQUIRES="wxPython4 python-requests getdevinfo" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |