diff options
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 | 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" |