2021-02-10 14:40:08 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.5.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.5.1/yq_windows_amd64.exe#/yq.exe",
"hash": "76603b55af22a565bdfd5180818515271fec10b8030318c054dc91c858308394"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.5.1/yq_windows_386.exe#/yq.exe",
"hash": "c2e3982a44018683c97df3eea50c77846cd02de107a68cba1f313feb901bddcd"
}
},
"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"
}
}
}
}