system/isomaster: Updated for version 1.3.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b92b623283
commit
3f28685a02
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for ISO Master
|
||||
#
|
||||
# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2022 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=isomaster
|
||||
VERSION=${VERSION:-1.3.13}
|
||||
VERSION=${VERSION:-1.3.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="isomaster"
|
||||
VERSION="1.3.13"
|
||||
VERSION="1.3.16"
|
||||
HOMEPAGE="http://littlesvr.ca/isomaster/index.php"
|
||||
DOWNLOAD="http://littlesvr.ca/isomaster/releases/isomaster-1.3.13.tar.bz2"
|
||||
MD5SUM="0fe6a1d862feb954d8f760d23829e5b4"
|
||||
DOWNLOAD="http://littlesvr.ca/isomaster/releases/isomaster-1.3.16.tar.bz2"
|
||||
MD5SUM="3c06161f1640c35363474f6efa096ff4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue