misc/dos2unix: Updated for version 7.4.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Donald Cooley 2018-11-08 11:09:58 +00:00 committed by Willy Sudiarto Raharjo
parent 761d2f9ca6
commit 0e035a9bbe
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 13 additions and 13 deletions

View file

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

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Slackware build script for dos2unix # Slackware build script for dos2unix
# copyright 2017 Donald Cooley, South Haven, IN, USA # copyright 2017-2018 Donald Cooley, South Haven, IN, USA
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dos2unix PRGNAM=dos2unix
VERSION=${VERSION:-7.3.5} VERSION=${VERSION:-7.4.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="dos2unix" PRGNAM="dos2unix"
VERSION="7.3.5" VERSION="7.4.0"
HOMEPAGE="https://waterlan.home.xs4all.nl/dos2unix.html" HOMEPAGE="https://waterlan.home.xs4all.nl/dos2unix.html"
DOWNLOAD="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.5.tar.gz" DOWNLOAD="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.0.tar.gz"
MD5SUM="9e384013c2161c5b00bc46c33aa3263c" MD5SUM="a615de542899e53d6f9575ad3cb32b19"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""