Ports: Update wget to version 1.21.2
This is another one where I just changed the version number and it worked.
This commit is contained in:
parent
951e4490fb
commit
d49a516366
Notes:
sideshowbarker
2024-07-19 17:09:35 +09:00
Author: https://github.com/BodgeMaster Commit: https://github.com/SerenityOS/serenity/commit/d49a5163665 Pull-request: https://github.com/SerenityOS/serenity/pull/12292
2 changed files with 2 additions and 2 deletions
Ports
|
@ -193,7 +193,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`vim`](vim/) | Vim | 8.2.4066 | https://www.vim.org/ |
|
||||
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
|
||||
| [`vttest`](vttest/) | vttest | 20210210 | https://invisible-island.net/vttest/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.1 | https://www.gnu.org/software/wget/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.2 | https://www.gnu.org/software/wget/ |
|
||||
| [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ |
|
||||
| [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ |
|
||||
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=wget
|
||||
version=1.21.1
|
||||
version=1.21.2
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-aux/config.sub
|
||||
|
|
Loading…
Add table
Reference in a new issue