Ports/wget: Update wget to version 1.21.4

This commit is contained in:
EWouters 2023-09-02 01:41:21 +02:00 committed by Jelle Raaijmakers
parent 03afeb3692
commit 75b3066207
Notes: sideshowbarker 2024-07-17 03:35:24 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -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 |

View File

@ -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'