mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
28 lines
827 B
JSON
28 lines
827 B
JSON
{
|
|
"version": "2.6.6",
|
|
"description": "A secure runtime for JavaScript and TypeScript",
|
|
"homepage": "https://deno.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v2.6.6/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0e26574aa9028e4b574909a4f561bc7614bef36b0c2cab02ca99b60d838db5fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|