mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
25 lines
785 B
JSON
25 lines
785 B
JSON
{
|
|
"version": "1.17.0",
|
|
"description": "A secure runtime for JavaScript and TypeScript",
|
|
"homepage": "https://deno.land",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v1.17.0/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c0ecea543941e591e893013ac6d562e3bcb20102796d11ad4d22d0efe6666c68"
|
|
}
|
|
},
|
|
"bin": "deno.exe",
|
|
"post_install": "& \"$dir\\deno.exe\" upgrade",
|
|
"checkver": {
|
|
"github": "https://github.com/denoland/deno"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|