From f642b54b5ef073ac7ad74773f2daf45c88c63208 Mon Sep 17 00:00:00 2001 From: Nathan Ell Date: Wed, 30 Aug 2023 12:43:22 -0600 Subject: [PATCH] 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. --- Ports/AvailablePorts.md | 2 +- Ports/dos2unix/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 52a7711569f..138d8b3eca7 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/dos2unix/package.sh b/Ports/dos2unix/package.sh index 395b32b932d..68e64361a88 100755 --- a/Ports/dos2unix/package.sh +++ b/Ports/dos2unix/package.sh @@ -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")