2023-07-30 20:24:37 +00:00

26 lines
888 B
JSON

{
"version": "1.23.4",
"description": "Convert the output of CLI, file-types, and common strings to JSON, YAML, or Dictionaries",
"homepage": "https://kellyjonbrazil.github.io/jc/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/kellyjonbrazil/jc/releases/download/v1.23.4/jc-1.23.4-windows.zip",
"hash": "9b1ffffacaf77d4f8ae3d5cc6e496c5bb77d7d3e059c074c305d67a51a9a85b8",
"extract_dir": "jc-1.23.4-windows"
}
},
"bin": "jc.exe",
"checkver": {
"github": "https://github.com/kellyjonbrazil/jc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kellyjonbrazil/jc/releases/download/v$version/jc-$version-windows.zip",
"extract_dir": "jc-$version-windows"
}
}
}
}