wget: Update to version 1.21.3

This commit is contained in:
github-actions[bot] 2022-03-12 20:28:03 +00:00
parent 92713db2fd
commit 73e5056ab1

View File

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