h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

27 lines
711 B
JSON

{
"homepage": "https://github.com/denoland/deno",
"description": "A secure TypeScript runtime on V8",
"version": "0.3.8",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v0.3.8/deno_win_x64.zip",
"hash": "8de01a8478c142352755fd362aaff8d8d010b3cb8a7d5e1edf61cb8ccef219b3"
}
},
"bin": [
[
"deno.exe",
"deno"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
}
}
}
}