2021-05-22 01:55:00 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.9.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.9.3/yq_windows_amd64.exe#/yq.exe",
"hash": "a6900dbe537cd51c61a28aecc9ab08d8846fa41ab1fb69ea89984f4ef4c6b5c7"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_windows_386.exe#/yq.exe",
"hash": "83694cc179983b526726954865fd8d2995c4d987577996d1b600961514282603"
}
},
"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"
}
}
}
}