2021-07-17 22:32:29 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.11.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.11.0/yq_windows_amd64.exe#/yq.exe",
"hash": "2a93285da8e5a68e5f6a49446315f64e2013fc6140fe5a149f9902ca71d3bef3"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.11.0/yq_windows_386.exe#/yq.exe",
"hash": "d6be26053be7f348dcc527912685b14309d0729605feacb63d63fcf163b6f77e"
}
},
"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"
}
}
}
}