2023-10-24 04:25:49 +00:00

26 lines
888 B
JSON

{
"version": "1.23.6",
"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.6/jc-1.23.6-windows.zip",
"hash": "c4f083294820604916575ecaa34b9cd178f4432707d201525374d89a981b2097",
"extract_dir": "jc-1.23.6-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"
}
}
}
}