mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-20 02:25:25 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.2.0",
|
|
"description": "A portable command-line YAML processor",
|
|
"homepage": "https://mikefarah.gitbook.io/yq/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "74c633bcff2e275a6635248324df27ff2249efea3a8ce44c097f856c6c2027d9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_windows_386.exe#/yq.exe",
|
|
"hash": "778b4b5bd0aab126416d4671b2e7c8a21c4ca3f75cf7257fe8bac0d98973bf44"
|
|
}
|
|
},
|
|
"bin": "yq.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/mikefarah/yq"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_amd64.exe#/yq.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_386.exe#/yq.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|