diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-08-17 10:26:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-21 21:19:11 +0700 |
commit | cde9476ae3a5f45358433216e568a3b3ac8b0a3c (patch) | |
tree | e92ae77c17f5f03f45a81b42f8465eec9233d0c3 | |
parent | 5d3baeba12b37b69f171d96f900ffc23228aa1f2 (diff) | |
download | slackbuilds-cde9476ae3a5f45358433216e568a3b3ac8b0a3c.tar.gz |
misc/dos2unix: updated for version 6.0.6
-rw-r--r-- | misc/dos2unix/dos2unix.SlackBuild | 6 | ||||
-rw-r--r-- | misc/dos2unix/dos2unix.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dos2unix/dos2unix.SlackBuild b/misc/dos2unix/dos2unix.SlackBuild index 4676ac7e8a..a62e1b6520 100644 --- a/misc/dos2unix/dos2unix.SlackBuild +++ b/misc/dos2unix/dos2unix.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dos2unix -VERSION=${VERSION:-6.0.5} +VERSION=${VERSION:-6.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,9 +53,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" diff --git a/misc/dos2unix/dos2unix.info b/misc/dos2unix/dos2unix.info index 5a97743eea..f4c394b435 100644 --- a/misc/dos2unix/dos2unix.info +++ b/misc/dos2unix/dos2unix.info @@ -1,8 +1,8 @@ PRGNAM="dos2unix" -VERSION="6.0.5" +VERSION="6.0.6" HOMEPAGE="http://waterlan.home.xs4all.nl/dos2unix.html" -DOWNLOAD="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz" -MD5SUM="e5b06dae8c11b6818fff9cf707b6490f" +DOWNLOAD="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.6.tar.gz" +MD5SUM="9010a4ca60d91798e6859a5a987fe7db" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |