2024-08-05 08:29:37 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.44.3",
"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.44.3/yq_windows_amd64.exe#/yq.exe",
"hash": "d509d51e6db30ebb7c9363b7ca8714224f93a456a421d7a7819ab564b868acc7"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_windows_386.exe#/yq.exe",
"hash": "7da86cd4ab4e2aba132939e8000f7bff2108905187842f8a0f5f8a21c0e798cb"
}
},
"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"
}
}
}
}