1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:37:35 +00:00

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
2 changed files with 3 additions and 3 deletions

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'