Ports: Update dos2unix to 7.4.3
Update to the latest version of the upstream dos2unix, 7.4.3. Simplify the URL used to download the upstream PGP key for the dos2unix package, by leveraging the already well-used version variable.
This commit is contained in:
parent
da8eea69e4
commit
4947804121
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/elln2 Commit: https://github.com/SerenityOS/serenity/commit/4947804121 Pull-request: https://github.com/SerenityOS/serenity/pull/14454 Reviewed-by: https://github.com/bgianfo ✅
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,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.3 | https://github.com/mirror/dmidecode |
|
||||
| [`doom`](doom/) | DOOM | | https://github.com/SerenityOS/SerenityDOOM |
|
||||
| [`dos2unix`](dos2unix/) | dos2unix | 7.4.2 | https://waterlan.home.xs4all.nl/dos2unix.html |
|
||||
| [`dos2unix`](dos2unix/) | dos2unix | 7.4.3 | https://waterlan.home.xs4all.nl/dos2unix.html |
|
||||
| [`dosbox-staging`](dosbox-staging/) | DOSBox Staging | 0.76.0 | https://dosbox-staging.github.io/ |
|
||||
| [`drascula`](drascula/) | Dráscula: The Vampire Strikes Back | 1.0 | https://www.scummvm.org/games/#games-drascula |
|
||||
| [`dreamweb`](dreamweb/) | DreamWeb | 1.1 | https://www.scummvm.org/games/#games-dreamweb |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=dos2unix
|
||||
version=7.4.2
|
||||
version=7.4.3
|
||||
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-7.4.2.tar.gz.asc ${port}-${version}.tar.gz.asc"
|
||||
https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz.asc ${port}-${version}.tar.gz.asc"
|
||||
depends=("gettext")
|
||||
auth_type=sig
|
||||
auth_import_key="f8f1bea490496a09cca328cc38c1f572b12725be"
|
||||
|
|
Loading…
Add table
Reference in a new issue