mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
685 B
JSON
21 lines
685 B
JSON
{
|
|
"version": "1.4.1.1",
|
|
"description": "Strongly-timed, Concurrent, and On-the-fly Music Programming Language.",
|
|
"homepage": "http://chuck.stanford.edu",
|
|
"license": "GPL-2.0-only",
|
|
"url": "http://chuck.stanford.edu/release/files/exe/chuck-1.4.1.1.msi",
|
|
"hash": "974fa3a610f72a15cfda623b59438de56a9cedabbd146427eb8557018f8d890b",
|
|
"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"
|
|
}
|
|
}
|