mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
26 lines
888 B
JSON
26 lines
888 B
JSON
{
|
|
"version": "1.24.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.24.0/jc-1.24.0-windows.zip",
|
|
"hash": "35cd53b9f914b8e22021a4971deb0cd20777cda4725dacf5fe60201dba6ccdaf",
|
|
"extract_dir": "jc-1.24.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"
|
|
}
|
|
}
|
|
}
|
|
}
|