misc/dos2unix: Updated for version 6.0.4 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-03-31 12:41:29 +07:00 committed by Willy Sudiarto Raharjo
parent 3b35ab0266
commit 320cf339d0
3 changed files with 8 additions and 8 deletions

View File

@ -15,8 +15,8 @@ Unix to Mac by Erwin in 2010.
Features:
Native language support: Dutch, English, Esperanto, German, Spanish.
Automatically skips binary and non-regular files In-place, paired,
or stdio mode conversion. Keep original file dates option. 7-bit and
iso conversion modes like SunOS dos2unix.
or stdio mode conversion. Keep original file dates option. 7-bit
and iso conversion modes like SunOS dos2unix.
Dos2Unix includes: dos2unix - DOS/MAC to UNIX text file format converter
unix2dos - UNIX to DOS/MAC text file format converter

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dos2unix
VERSION=${VERSION:-6.0.3}
VERSION=${VERSION:-6.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="dos2unix"
VERSION="6.0.3"
VERSION="6.0.4"
HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html"
DOWNLOAD="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.3.tar.gz"
MD5SUM="a87e66d0d39314abe727455ae7961431"
DOWNLOAD="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz"
MD5SUM="f1fff9d70f9ba644c038677ba1d94ac0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Chris Abela"
EMAIL="kristofru@gmail.com"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"