mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 08:05:14 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.32.2",
|
|
"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.32.2/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "a2c810224f66e7c3d73d94097d6bf58aaffbdd4121f90120809378c7450e7ec1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/v4.32.2/yq_windows_386.exe#/yq.exe",
|
|
"hash": "27268483453c0c69b85757b6eae540f5faf23127e29d88146df1b411689d7c1b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|