wget: Update to version 1.21.4

This commit is contained in:
github-actions[bot] 2023-05-11 16:31:38 +00:00
parent f69fd65b84
commit 4ef5ea4b92

View File

@ -1,17 +1,17 @@
{ {
"version": "1.21.3", "version": "1.21.4",
"description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.", "description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.",
"homepage": "https://eternallybored.org/misc/wget/", "homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"depends": "cacert", "depends": "cacert",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.3-win64.zip", "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.4-win64.zip",
"hash": "370f873cc7834b7182feaa4d04638711880db1938cc7863099bafd53769d074f" "hash": "7b0addf04edd370307aa6005f0c08a171a319cccd4403663daca5478860b3056"
}, },
"32bit": { "32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.3-win32.zip", "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.4-win32.zip",
"hash": "3c5ab00abe38819a75d2e644dde66a851fc99524466f5aa627b490ac5f2767ea" "hash": "0b43382593eb164e78dc68234ffb2e6048df91a548d5c8e9e61c78a0de13407f"
} }
}, },
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default", "post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",