wget: Update to version 1.21.1

This commit is contained in:
Richard Kuhnt 2021-03-20 20:00:25 +00:00
parent 85e87f62d8
commit 35638d924a

View File

@ -1,17 +1,17 @@
{
"version": "1.20.3",
"version": "1.21.1",
"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.20.3-win64.zip",
"hash": "7ef40a647a153accbfb8cd79b3d9e3bf8ac1bab95b704176e3172589285a13de"
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-win64.zip",
"hash": "f0ffe6aaf61ccb4dbef8df7578fa061c8d6059ca72429dd25def6b64fe56b934"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip",
"hash": "021f547baca74fca939d50951ce967502d160a7502f02fab706f9293e1475fb8"
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-win32.zip",
"hash": "11782dc3e3fe6c56c2193453063f9f637f4462072c703ce17fcfbac86b1a7a49"
}
},
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",