mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
28 lines
828 B
JSON
28 lines
828 B
JSON
{
|
|
"version": "2.1.9",
|
|
"description": "A secure runtime for JavaScript and TypeScript",
|
|
"homepage": "https://deno.land",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v2.1.9/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "b735ba1c6ab8e1c43be3756f4fdfd43c4449930da65e805b0ca610e8cf7fc74b"
|
|
}
|
|
},
|
|
"bin": "deno.exe",
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|