mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 07:35:15 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.19.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.19.1/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "f9e705bfbccedae84b13c347f920331af6f1ad78b2c356c8b8ccaeb3302f2e97"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v4.19.1/yq_windows_386.exe#/yq.exe",
|
|
"hash": "ead13787bf8291b444fca68f98b5dd4b0bafcbc678b83f7ef0308e0b40763c1b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|