{ "version": "1.21.2", "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" }, "32bit": { "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.2-win32.zip", "hash": "199d5f643d08d84bc42df4a8e56eb1cebc471136a2cfd642afa6e483bf880dc9" } }, "post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default", "bin": "wget.exe", "checkver": { "url": "https://eternallybored.org/misc/wget/releases/?C=M;O=D", "regex": ">wget-([\\d.-]+)-win64\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "https://eternallybored.org/misc/wget/releases/wget-$version-win64.zip" }, "32bit": { "url": "https://eternallybored.org/misc/wget/releases/wget-$version-win32.zip" } } } }