mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 10:21:25 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.35.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.35.1/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "315ef88769a195bcbaf880f576aa6ad26502e20bf2652785429a106e50f5538c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v4.35.1/yq_windows_386.exe#/yq.exe",
|
|
"hash": "ad3e12b282fc2b3bf2d90d924b5c454c23c6d896b8e07ddfd21e22212ec4bb5d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|