libraries/libisofs: Updated for version 1.4.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
43cf9af308
commit
cac7bdedd5
|
@ -1,5 +1,5 @@
|
|||
libisofs is a library to create an ISO-9660 filesystem, and
|
||||
supports extensions like RockRidge or Joliet. It is also a full
|
||||
featured ISO-9660 editor, allowing you to modify an ISO image or
|
||||
multisession disc, including file addition/removal, change of
|
||||
libisofs is a library to create an ISO-9660 filesystem, and
|
||||
supports extensions like RockRidge or Joliet. It is also a full
|
||||
featured ISO-9660 editor, allowing you to modify an ISO image or
|
||||
multisession disc, including file addition/removal, change of
|
||||
file names and attributes, etcetera.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Copyright 2008-2013 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Copyright 2014-2016 Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright 2014-2017 Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="libisofs"
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
VERSION=${VERSION:-1.4.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libisofs"
|
||||
VERSION="1.4.4"
|
||||
VERSION="1.4.6"
|
||||
HOMEPAGE="http://libburnia-project.org/wiki/Libisofs"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisofs-1.4.4.tar.gz"
|
||||
MD5SUM="23a32bb5b8559ce031420dd5fc58885c"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisofs-1.4.6.tar.gz"
|
||||
MD5SUM="6ec515d9265fb75c48e8e73b3ea3f6c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue