Ports/wget: Update wget to version 1.21.4
This commit is contained in:
parent
03afeb3692
commit
75b3066207
Notes:
sideshowbarker
2024-07-17 03:35:24 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/75b3066207 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -328,7 +328,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`vttest`](vttest/) | vttest | 20230201 | https://invisible-island.net/vttest/ |
|
||||
| [`VVVVVV`](VVVVVV/) | Terry Cavanagh's VVVVVV | 2.3.6 | https://github.com/TerryCavanagh/VVVVVV/ |
|
||||
| [`wayland`](wayland/) | Wayland client libraries | 1.21.0 | https://wayland.freedesktop.org/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.3 | https://www.gnu.org/software/wget/ |
|
||||
| [`wget`](wget/) | GNU Wget | 1.21.4 | https://www.gnu.org/software/wget/ |
|
||||
| [`which`](which/) | GNU which | 2.21 | https://www.gnu.org/software/which/ |
|
||||
| [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ |
|
||||
| [`x264`](x264/) | x264 | baee400 | https://www.videolan.org/developers/x264.html |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='wget'
|
||||
version='1.21.3'
|
||||
version='1.21.4'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
|
@ -10,7 +10,7 @@ depends=(
|
|||
'openssl'
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/wget/wget-${version}.tar.gz#5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5"
|
||||
"https://ftpmirror.gnu.org/gnu/wget/wget-${version}.tar.gz#81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c"
|
||||
)
|
||||
configopts=(
|
||||
'--with-ssl=openssl'
|
||||
|
|
Loading…
Add table
Reference in a new issue