mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Update wget to 1.19.1
This commit is contained in:
parent
a8af1a40e6
commit
b38717c566
27
wget.json
27
wget.json
@ -1,30 +1,41 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://eternallybored.org/misc/wget/",
|
"homepage": "https://eternallybored.org/misc/wget/",
|
||||||
"license": "GPL3",
|
"license": "GPL3",
|
||||||
"version": "1.18",
|
"version": "1.19.1",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": [
|
||||||
"https://eternallybored.org/misc/wget/releases/wget-1.18-win64.zip",
|
"https://eternallybored.org/misc/wget/releases/wget-1.19.1-win64.zip",
|
||||||
"http://curl.haxx.se/ca/cacert.pem"
|
"https://curl.haxx.se/ca/cacert.pem"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"1a0c1b5e4f2a62271c8881780e8949b5e5be0e022c993e0d4e654e5fb796f150",
|
"61320a3a2f123dd8fd4a8baf65db4063a97622448dc1bf3fcf1284eebe449a1d",
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": [
|
"url": [
|
||||||
"https://eternallybored.org/misc/wget/releases/wget-1.18-win32.zip",
|
"https://eternallybored.org/misc/wget/releases/wget-1.19.1-win32.zip",
|
||||||
"http://curl.haxx.se/ca/cacert.pem"
|
"https://curl.haxx.se/ca/cacert.pem"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"1e958d913fc1839b7cfb753db1d4f40c11a9b064e6ed3ca4876c0c406bce8735",
|
"745801b57fee4514c131b142346a4332351e90fbc7f696f6a3e02c361cccc27f",
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "wget.exe",
|
"bin": "wget.exe",
|
||||||
"post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default",
|
"post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default",
|
||||||
"checkver": "<title>GNU Wget ([\\d.]+) for Windows"
|
"checkver": "<title>GNU Wget ([\\d.]+) for Windows",
|
||||||
|
"notes": "Hash for the 17-Jan-2017 cacert.pem is\ne62a07e61e5870effa81b430e1900778943c228bd7da1259dd6a955ee2262b47",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user