2021-08-21 01:48:05 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.12.0",
"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.12.0/yq_windows_amd64.exe#/yq.exe",
"hash": "88c9fbefdb2ad38bb474b4a576563464c020348a6f5c607b98d22c78065bc32e"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.12.0/yq_windows_386.exe#/yq.exe",
"hash": "03dbe2fd5b9c45921f0a9e37c79b782411899e99d81bc440d6fc9295f99444c0"
}
},
"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"
}
}
}
}