forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wget120.json
20 lines (20 loc) · 1011 Bytes
/
wget120.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version": "1.20",
"description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols. (version 1.20)",
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL-3.0-or-later",
"notes": "Version 1.20.3 has issues. See https://github.com/lukesampson/scoop/issues/3331 and https://eternallybored.org/misc/wget/",
"depends": "cacert",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/old/wget-1.20-win64.zip",
"hash": "2414cc1c00140c0773a7933dd517cf99c462a034101a002277656fff3240ec23"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/old/wget-1.20-win32.zip",
"hash": "96d7dfe0467a7ca9d443792dd58da93fe550a91a4d6184a07087b48362bfd6f8"
}
},
"bin": "wget.exe",
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default"
}