2025-07-23 08:31:36 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.47.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.47.1/yq_windows_amd64.exe#/yq.exe",
"hash": "529fc05f4cd557b0767262b7eefbd699fa38616bcb6ece184ee5aeadcc878572"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.47.1/yq_windows_386.exe#/yq.exe",
"hash": "05b15213b53eda5c3b062bf927b93db62788569ac295d2821b3cfae4bc60cca3"
}
},
"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"
}
}
}
}