mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
29 lines
941 B
JSON
29 lines
941 B
JSON
{
|
|
"version": "1.26.0",
|
|
"description": "Lisp-like, embeddable, functional and imperative programming language and bytecode interpreter",
|
|
"homepage": "https://janet-lang.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/janet-lang/janet/releases/download/v1.26.0/janet-1.26.0-windows-x64-installer.msi",
|
|
"hash": "057c456f8586ad3ca41695aa5e5706729ff61d4d5975b84dd2b4af42a257a33b"
|
|
}
|
|
},
|
|
"extract_dir": "Janet",
|
|
"persist": "Library",
|
|
"env_set": {
|
|
"JANET_PATH": "$persist_dir\\Library"
|
|
},
|
|
"bin": "bin\\janet.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/janet-lang/janet"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/janet-lang/janet/releases/download/v$version/janet-$version-windows-x64-installer.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|