mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/ddrescue-gui: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bb7b421b81
commit
cee70534a5
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue