2022-11-15 12:32:33 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.30.4",
"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.30.4/yq_windows_amd64.exe#/yq.exe",
"hash": "495d8e5432b7fd3a62f0e7d939028a33cd8d6e2150386dd8eb7fbdedbd9a01db"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.30.4/yq_windows_386.exe#/yq.exe",
"hash": "587b35363f4c932b982b22e00dc0f3b5e9d31840d14979ee4221ff00f18c0fcc"
}
},
"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"
}
}
}
}