mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "1.21.1-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.21.1-1-win64.zip",
|
|
"hash": "b80edb936fb3ea0c0ecda24d627474a9b0531f87c43fc17a7b3ead0b2fd8bc1b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-1-win32.zip",
|
|
"hash": "7f76479d71aa0bdcfbe5fe4c3603ed6555a1679e578f88fc02b0e280377fa986"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|