chuck: Add version 1.4.0.0 (#708)

This commit is contained in:
David Duque 2020-01-14 02:51:03 +00:00 committed by Hsiao-nan Cheung
parent 1bee70d3b9
commit aa6b672f2c

20
bucket/chuck.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": "1.4.0.0",
"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.0.0.msi",
"hash": "d3f24d49222dd18d0c7e3b3bb2d2965ad68dccd8e774723c62ad7eb33127a6d5",
"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"
}
}