Ports/wget: Update wget to version 1.21.3
This commit is contained in:
parent
1d47699e6a
commit
deb4f2aff2
Notes:
sideshowbarker
2024-07-17 11:54:09 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/deb4f2aff2 Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
2 changed files with 2 additions and 2 deletions
Ports
|
@ -213,7 +213,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`vim`](vim/) | Vim | 8.2.4554 | https://www.vim.org/ |
|
||||
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
|
||||
| [`vttest`](vttest/) | vttest | 20220215 | https://invisible-island.net/vttest/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.2 | https://www.gnu.org/software/wget/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.3 | https://www.gnu.org/software/wget/ |
|
||||
| [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ |
|
||||
| [`x264`](x264/) | x264 | bfc87b7 | https://www.videolan.org/developers/x264.html |
|
||||
| [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=wget
|
||||
version=1.21.2
|
||||
version=1.21.3
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-aux/config.sub
|
||||
|
|
Loading…
Add table
Reference in a new issue