diff options
author | Nathan Ell <nathanjamesell@gmail.com> | 2023-05-18 23:57:36 -0600 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-05-19 22:55:39 +0200 |
commit | fbb4887d9c65d21a7dfa30d39110bdd89c1b442c (patch) | |
tree | 63853cab7f6a09c18cc75e30a09818df732b1845 /Ports | |
parent | 58ea30f85a07fe4d6b157b5a796b040566d5c8c8 (diff) | |
download | serenity-fbb4887d9c65d21a7dfa30d39110bdd89c1b442c.zip |
Ports/dos2unix: Update to 7.5.0
Version 7.5.0 adds two new arguments for the command line, to add a line
break to the last line if one isn't present, and to write output to
stdout.
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/dos2unix/package.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 1e96734de0..99eb35359d 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -48,7 +48,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`diffutils`](diffutils/) | GNU Diffutils | 3.8 | https://www.gnu.org/software/diffutils/ | | [`dmidecode`](dmidecode/) | dmidecode | 3.5 | https://github.com/mirror/dmidecode | | [`doom`](doom/) | DOOM | | https://github.com/SerenityOS/SerenityDOOM | -| [`dos2unix`](dos2unix/) | dos2unix | 7.4.4 | https://waterlan.home.xs4all.nl/dos2unix.html | +| [`dos2unix`](dos2unix/) | dos2unix | 7.5.0 | https://waterlan.home.xs4all.nl/dos2unix.html | | [`dosbox-staging`](dosbox-staging/) | DOSBox Staging | 0.77.1 | https://dosbox-staging.github.io/ | | [`dosfstools`](dosfstools/) | dosfstools utility suite | 4.2 | https://github.com/dosfstools/dosfstools/ | | [`double-conversion`](double-conversion/) | double-conversion | 3.2.1 | https://github.com/google/double-conversion | diff --git a/Ports/dos2unix/package.sh b/Ports/dos2unix/package.sh index 4fb82187ca..ebc97c4feb 100755 --- a/Ports/dos2unix/package.sh +++ b/Ports/dos2unix/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=dos2unix -version=7.4.4 +version=7.5.0 workdir="${port}-${version}" files="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz ${port}-${version}.tar.gz https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz.asc ${port}-${version}.tar.gz.asc" |