2023-11-23 04:26:37 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.40.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.40.3/yq_windows_amd64.exe#/yq.exe",
"hash": "e4fbb38d53d53307cbd25c58504a7b3eac9f1ed0ca8291229ac8e7c4968065ae"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.40.3/yq_windows_386.exe#/yq.exe",
"hash": "01df8fe3fac846f94c5563d9fb3da1884cb501951d726045c03325e376713287"
}
},
"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"
}
}
}
}