diff options
author | Nathan Ell <nathanjamesell@gmail.com> | 2023-02-13 23:02:38 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-16 12:27:52 +0100 |
commit | 3b446b873ec5176c16f83283d6b8aaf86a419f39 (patch) | |
tree | 6ed90008e67f4120060516d5c05671b106e96615 /Ports | |
parent | 1296aa108b6fccce45655c78fccdc10f102d33fc (diff) | |
download | serenity-3b446b873ec5176c16f83283d6b8aaf86a419f39.zip |
Ports/dos2unix: Update to 7.4.4
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 e133ccff8d..3f7b6acee6 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -43,7 +43,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.4 | https://github.com/mirror/dmidecode | | [`doom`](doom/) | DOOM | | https://github.com/SerenityOS/SerenityDOOM | -| [`dos2unix`](dos2unix/) | dos2unix | 7.4.3 | https://waterlan.home.xs4all.nl/dos2unix.html | +| [`dos2unix`](dos2unix/) | dos2unix | 7.4.4 | https://waterlan.home.xs4all.nl/dos2unix.html | | [`dosbox-staging`](dosbox-staging/) | DOSBox Staging | 0.76.0 | 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 3c2d643b73..4fb82187ca 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.3 +version=7.4.4 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" |