mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
* Add suggest and psmodule to schema.json * Fix required fields in schema.json * Improve url validation in schema.json * Add validator.exe as a single file validation tool * Add Scoop.Validator Lib for use in Manifest-Tests * Add buildscript for Scoop.Validator and validator.exe * Exclude .dll and packages folder from Project-Tests * Validate manifests against JSON Schema in CI Tests * Complete JSON Schema Validation * Dlls shouldn't be treated as text
30 lines
948 B
JSON
30 lines
948 B
JSON
{
|
|
"homepage": "https://eternallybored.org/misc/wget/",
|
|
"randomproperty": "should fail",
|
|
"license": "GPL3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://eternallybored.org/misc/wget/wget-$version-win64.zip",
|
|
"http://curl.haxx.se/ca/cacert.pem"
|
|
],
|
|
"hash": [
|
|
"85e5393ffd473f7bec40b57637fd09b6808df86c06f846b6885b261a8acac8c5",
|
|
""
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://eternallybored.org/misc/wget/wget-$version-win32.zip",
|
|
"http://curl.haxx.se/ca/cacert.pem"
|
|
],
|
|
"hash": [
|
|
"2ef82af3070abfdaf3862baff0bffdcb3c91c8d75e2f02c8720d90adb9d7a8f7",
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"bin": "wget.exe",
|
|
"post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default"
|
|
}
|