mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"version": "0.9.10",
|
|
"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_10/Gauche-mingw-0.9.10-64bit.msi",
|
|
"hash": "d3e23c8a35e52bf4b6bdde991b70a9e4f6602acef7eb3745bdb0dd4351f36cac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_10/Gauche-mingw-0.9.10-32bit.msi",
|
|
"hash": "28c7992c1bb1a7161ee64241652fe803ff22e9d219be5f46466f50416598d2bf"
|
|
}
|
|
},
|
|
"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.]+)-\\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"
|
|
}
|
|
}
|
|
}
|
|
}
|