2024-02-06 04:24:55 +00:00

26 lines
888 B
JSON

{
"version": "1.25.0",
"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.25.0/jc-1.25.0-windows.zip",
"hash": "55600b7afd40281b9da5839a9e49457e0c78dfaece6f04281ac066accde50b8d",
"extract_dir": "jc-1.25.0-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"
}
}
}
}