mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 17:41:18 +00:00
28 lines
828 B
JSON
28 lines
828 B
JSON
{
|
|
"version": "2.1.8",
|
|
"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.8/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "1d11eb350bd4671693b70ff6ddbb36f79f5f2d0aca0b5ad3d58c0632e42f342b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|