2021-04-25 09:04:57 +02:00

31 lines
1.1 KiB
JSON

{
"version": "4.7.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.7.1/yq_windows_amd64.exe#/yq.exe",
"hash": "74c5dfeb0cd8eb3f22dba8861a2fd3ba49b85f93d47022a8b9890eca8c3763c4"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.7.1/yq_windows_386.exe#/yq.exe",
"hash": "ac3341ebe35a7f4a1860ff79bb443853a903154964ad0ab4ae072851e057d42c"
}
},
"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"
}
}
}
}