gauche: Add version 0.9.9 (#897)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
qykth-git 2020-04-01 23:05:14 +09:00 committed by GitHub
parent 6ab9593f2c
commit e800e0f8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

45
bucket/gauche.json Normal file
View File

@ -0,0 +1,45 @@
{
"version": "0.9.9",
"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_9/Gauche-mingw-0.9.9-64bit.msi",
"hash": "620389588eda0765973bc499c7eb340744b4d463022cd4b3a37164539952eafc"
},
"32bit": {
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_9/Gauche-mingw-0.9.9-32bit.msi",
"hash": "6b6f742f05c8153448f779850333eac9a24894e2a7c706aa6bfd230bc1435434"
}
},
"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"
}
}
}
}