1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

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
2 changed files with 3 additions and 3 deletions

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")