2022-06-26 12:30:45 +00:00

46 lines
1.5 KiB
JSON

{
"version": "0.9.12",
"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_12/Gauche-mingw-0.9.12-64bit.msi",
"hash": "df70b56d3ebd19425c68cf0f92b517378d0b3d1db8e6af9b9178291f16bb93e6"
},
"32bit": {
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_12/Gauche-mingw-0.9.12-32bit.msi",
"hash": "a727a6e556ceb1254cc2e738a7b3ae53aaaa4004fa6c57b7ab59fa8113e6aa03"
}
},
"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"
}
}
}
}