diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-06-11 10:16:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-11 10:16:34 +0700 |
commit | cee70534a5250ca37a29ff048db40210e08ea8b2 (patch) | |
tree | 49adfccb6616a8c3d9dd066994165670661bb24a | |
parent | bb7b421b813c02b3a2302ebd5f7023f78511dbb4 (diff) | |
download | slackbuilds-cee70534a5250ca37a29ff048db40210e08ea8b2.tar.gz |
system/ddrescue-gui: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.SlackBuild | 4 | ||||
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/ddrescue-gui/ddrescue-gui.SlackBuild b/system/ddrescue-gui/ddrescue-gui.SlackBuild index 0f612bf948..aaca4a66c0 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.7} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ fi set -e -SRCVER="1.7~otherdistro-0ubuntu1~ppa1" +SRCVER=${SRCVER:-1.7.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 4eb852c839..20e93b1cdf 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" +VERSION="1.7.1" HOMEPAGE="https://launchpad.net/ddrescue-gui" -DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.7/+download/ddrescue-gui_1.7~otherdistro-0ubuntu1~ppa1.tar.gz" -MD5SUM="448dc652346600ce1fad4409ed0e651b" +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_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython lshw BeautifulSoup4" |