mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"version": "0.9.11-p1",
|
|
"description": "Scheme Scripting Engine",
|
|
"homepage": "https://practical-scheme.net/gauche/",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_11_p1/Gauche-mingw-0.9.11-p1-64bit.msi",
|
|
"hash": "c2cc6e99753c371b3c2eb509ffb4a3ff808e63e2da50f1dcbe3c2b0f42299d4c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_11_p1/Gauche-mingw-0.9.11-p1-32bit.msi",
|
|
"hash": "e7d0b0fbb506dffb9cab2eda2708bec8e29e7e8960b410f760d1990222a7a07c"
|
|
}
|
|
},
|
|
"extract_dir": "Gauche",
|
|
"bin": [
|
|
"bin\\gauche-cesconv.exe",
|
|
"bin\\gauche-config.exe",
|
|
"bin\\gauche-install.exe",
|
|
"bin\\gauche-package.exe",
|
|
"bin\\gosh.exe",
|
|
"bin\\gosh-noconsole.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"bin\\gosh.exe",
|
|
"Gosh"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/shirok/Gauche",
|
|
"regex": "mingw-([\\d.\\-p]+)-\\d+bit\\.msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shirok/Gauche/releases/download/release$underscoreVersion/Gauche-mingw-$version-64bit.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shirok/Gauche/releases/download/release$underscoreVersion/Gauche-mingw-$version-32bit.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|