mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
28 lines
828 B
JSON
28 lines
828 B
JSON
{
|
|
"version": "2.3.5",
|
|
"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.3.5/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "aeebfb104074b94b0fc35a52b306be3ad4275d0f871263b74d0740e9e27e56d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|