misc/dos2unix: Updated for version 5.3.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
5489ce8e3a
commit
55a81da185
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for dos2unix
|
||||
|
||||
# Copyright 2011 Chris Abela, Malta
|
||||
# Copyright 2011, 2012 Chris Abela, Malta
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dos2unix
|
||||
VERSION=${VERSION:-5.3.1}
|
||||
VERSION=${VERSION:-5.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dos2unix"
|
||||
VERSION="5.3.1"
|
||||
VERSION="5.3.2"
|
||||
HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html"
|
||||
DOWNLOAD="http://sourceforge.net/projects/dos2unix/files/dos2unix/5.3.1/dos2unix-5.3.1.tar.gz"
|
||||
MD5SUM="438c48ebd6891b80b58de14c022ca69e"
|
||||
DOWNLOAD="http://sourceforge.net/projects/dos2unix/files/dos2unix/5.3.2/dos2unix-5.3.2.tar.gz"
|
||||
MD5SUM="aa2768f3e1223f0e8f30e6449d398872"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Chris Abela"
|
||||
EMAIL="kristofru@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -13,7 +13,7 @@ dos2unix: unix2dos. These implementations of dos2unix and unix2dos have been
|
|||
dos2unix: modelled after dos2unix/unix2dos under SunOS/Solaris. They have
|
||||
dos2unix: similar conversion modes, namely ascii, 7bit and iso.
|
||||
dos2unix:
|
||||
dos2unix: Homepage: http://dos2unix.sourceforge.net/
|
||||
dos2unix: Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
|
||||
dos2unix:
|
||||
dos2unix:
|
||||
dos2unix:
|
||||
|
|
Loading…
Reference in New Issue