2023-03-26 00:34:02 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.33.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.33.1/yq_windows_amd64.exe#/yq.exe",
"hash": "e7960e16d8c654050dfefe03025dbb0fcdd5cb361469ba6875adbb2cdd436b4d"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.33.1/yq_windows_386.exe#/yq.exe",
"hash": "00219a928adcb996f0eee4c4e2735c7e58976987a3079b7314cdfe1326d30b31"
}
},
"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"
}
}
}
}