mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
Add ccl version 1.11.5 (#206)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
5ef39a1f59
commit
c1441d331a
45
bucket/ccl.json
Normal file
45
bucket/ccl.json
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"version": "1.11.5",
|
||||||
|
"homepage": "https://ccl.clozure.com/",
|
||||||
|
"description": "Clozure Common Lisp",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"url": "https://github.com/Clozure/ccl/releases/download/v1.11.5/ccl-1.11.5-windowsx86.zip",
|
||||||
|
"hash": "da5d8830e38742a5e76dc09a5fdebf8cb8a09a6fee87d7919ffd67ae2584cdd4",
|
||||||
|
"extract_dir": "ccl",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"bin": [
|
||||||
|
"wx86cl.exe",
|
||||||
|
"wx86cl64.exe",
|
||||||
|
[
|
||||||
|
"wx86cl.exe",
|
||||||
|
"ccl32"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"wx86cl64.exe",
|
||||||
|
"ccl"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"bin": [
|
||||||
|
"wx86cl.exe",
|
||||||
|
"wx86cl64.exe",
|
||||||
|
[
|
||||||
|
"wx86cl.exe",
|
||||||
|
"ccl"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"wx86cl64.exe",
|
||||||
|
"ccl64"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/Clozure/ccl"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/Clozure/ccl/releases/download/v$version/ccl-$version-windowsx86.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user