mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
21 lines
687 B
JSON
21 lines
687 B
JSON
{
|
|
"version": "1.4.2.0",
|
|
"description": "Strongly-timed, Concurrent, and On-the-fly Music Programming Language.",
|
|
"homepage": "https://chuck.stanford.edu",
|
|
"license": "GPL-2.0-only",
|
|
"url": "https://chuck.stanford.edu/release/files/exe/chuck-1.4.2.0.msi",
|
|
"hash": "b23ee4317e2577a90b13bd52db03b0a08e1bf2af9d849b61a9badde4df4edad5",
|
|
"extract_dir": "PFiles\\ChucK",
|
|
"bin": [
|
|
"bin\\chuck.exe",
|
|
"miniAudicle.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "http://chuck.stanford.edu/release/VERSIONS",
|
|
"regex": "^([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://chuck.stanford.edu/release/files/exe/chuck-$version.msi"
|
|
}
|
|
}
|