2022-11-15 00:34:51 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.30.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.30.3/yq_windows_amd64.exe#/yq.exe",
"hash": "54e8e7f5b6b04a65751407c10b200de0b9b40534861e117633c78b32d3b86c29"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.30.3/yq_windows_386.exe#/yq.exe",
"hash": "1a58825891ff90a797b991c6582c48a134dbaf86ae8fff20ec5e96609c3565c9"
}
},
"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"
}
}
}
}