Ports/dos2unix: Update to 7.5.1

Version 7.5.1 fixes a problem of converting a symbolic link target that
is on another filesystem, and updates Chinese and Serbian translations.
This commit is contained in:
Nathan Ell 2023-08-30 12:43:22 -06:00 committed by Andrew Kaster
parent ef9b6c25fa
commit f642b54b5e
Notes: sideshowbarker 2024-07-17 02:22:23 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,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/ozkl/doomgeneric |
| [`dos2unix`](dos2unix/) | dos2unix | 7.5.0 | https://waterlan.home.xs4all.nl/dos2unix.html |
| [`dos2unix`](dos2unix/) | dos2unix | 7.5.1 | https://waterlan.home.xs4all.nl/dos2unix.html |
| [`dosbox-staging`](dosbox-staging/) | DOSBox Staging | 0.80.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 |

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=dos2unix
version=7.5.0
version=7.5.1
workdir="${port}-${version}"
files=(
"https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz 7a3b01d01e214d62c2b3e04c3a92e0ddc728a385566e4c0356efa66fd6eb95af"
"https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz da07788bb2e029b0d63f6471d166f68528acd8da2cf14823a188e8a9d5c1fc15"
)
depends=("gettext")