mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports/dos2unix: Update to 7.4.4
This commit is contained in:
parent
1296aa108b
commit
3b446b873e
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/elln2 Commit: https://github.com/SerenityOS/serenity/commit/3b446b873e Pull-request: https://github.com/SerenityOS/serenity/pull/17473
2 changed files with 2 additions and 2 deletions
|
@ -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 |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue