wget: Update to version 1.21.2

This commit is contained in:
Jakub Čábera 2021-10-03 13:06:54 -07:00
parent 971f795bfd
commit b84813ab15

View File

@ -1,17 +1,17 @@
{ {
"version": "1.21.1-1", "version": "1.21.2",
"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.1-1-win64.zip", "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.2-win64.zip",
"hash": "b80edb936fb3ea0c0ecda24d627474a9b0531f87c43fc17a7b3ead0b2fd8bc1b" "hash": "b0df89f80aff540f9efee4fc6ebe9f484f442866cc03896bcd5b21e9813d380a"
}, },
"32bit": { "32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-1-win32.zip", "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.2-win32.zip",
"hash": "7f76479d71aa0bdcfbe5fe4c3603ed6555a1679e578f88fc02b0e280377fa986" "hash": "199d5f643d08d84bc42df4a8e56eb1cebc471136a2cfd642afa6e483bf880dc9"
} }
}, },
"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",