Alex Stelmachonak 455e688f38
deno: Don't update using built-in mechanism (#3373)
Running `deno upgrade` in post install breaks the version matching between what scoop knows and what actual version is running.
2022-03-10 22:14:38 +05:30

24 lines
733 B
JSON

{
"version": "1.19.3",
"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.19.3/deno-x86_64-pc-windows-msvc.zip",
"hash": "e4dd8ba745599a291fc6dbf82d190f753a11e98cc2758883ad9db6d2feef3cf8"
}
},
"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"
}
}
}
}