mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/dvdisaster: Updated for version 0.72.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
2792f86714
commit
80343e3789
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by Giovanne Castro <giovannefc@ig.com.br>
|
# Written by Giovanne Castro <giovannefc@ig.com.br>
|
||||||
|
|
||||||
PRGNAM=dvdisaster
|
PRGNAM=dvdisaster
|
||||||
VERSION=${VERSION:-0.72.1}
|
VERSION=${VERSION:-0.72.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e # Exit on most errors
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="dvdisaster"
|
PRGNAM="dvdisaster"
|
||||||
VERSION="0.72.1"
|
VERSION="0.72.4"
|
||||||
HOMEPAGE="http://dvdisaster.net/"
|
HOMEPAGE="http://dvdisaster.net/"
|
||||||
DOWNLOAD="http://dvdisaster.net/downloads/dvdisaster-0.72.1.tar.bz2"
|
DOWNLOAD="http://dvdisaster.net/downloads/dvdisaster-0.72.4.tar.bz2"
|
||||||
MD5SUM="4da96566bc003be93d9dfb0109b4aa1d"
|
MD5SUM="ad5e1d3758c536472c0ec36e3fc521fe"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue