mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.41.1",
|
|
"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.41.1/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "f95c41f989c1dd7523a70120607b4d56e9a6e1fd2b61f575917b4a6162614f13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v4.41.1/yq_windows_386.exe#/yq.exe",
|
|
"hash": "109ef420c022e2b904549f39270e9f7295a0db6929d5a3df22ef1eec5de1a111"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|