2023-09-27 04:26:34 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.35.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.35.2/yq_windows_amd64.exe#/yq.exe",
"hash": "2e10b644b2fdf7d62354487a075e43fcd7d2f32b972df713ad5855fd2581eb16"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_windows_386.exe#/yq.exe",
"hash": "68317e2eedc6a8cbaf2f22fc63c2e856ad7202a46f6d1df616ea05e99ee413fe"
}
},
"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"
}
}
}
}