mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/cdw: Updated for version 0.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
aafa0914ac
commit
0c2111095d
3 changed files with 6 additions and 4 deletions
|
@ -3,3 +3,5 @@ genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format. It utilizes the
|
|||
ncurses library to build user-friendly interface and it can be used in UNIX
|
||||
terminal window or in a terminal emulator under the X Window environment.
|
||||
cdw supports only ISO9660 filesystem for optical media.
|
||||
|
||||
cdw needs libburn.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cdw
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cdw"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.7.0"
|
||||
HOMEPAGE="http://cdw.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdw/cdw-0.6.0.tar.gz"
|
||||
MD5SUM="808601f91e3aa13e539b98e684cec1a9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdw/cdw-0.7.0.tar.gz"
|
||||
MD5SUM="3e3081b2371a3126d127ddab09850619"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grigorios Bouzakis"
|
||||
|
|
Loading…
Reference in a new issue