mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
Add deno version 0.1.3 (#2570)
This commit is contained in:
parent
162e87ea99
commit
cbd4a7dd26
26
deno.json
Normal file
26
deno.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"homepage": "https://github.com/denoland/deno",
|
||||
"description": "A secure TypeScript runtime on V8",
|
||||
"version": "0.1.3",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/denoland/deno/releases/download/v0.1.3/deno_win_x64.zip",
|
||||
"hash": "1fbc3e0be58ef905fa0faf16ad6d0c1e7a09cb0c073c2a59919e9a150e81bb0b"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
[
|
||||
"deno.exe",
|
||||
"deno"
|
||||
]
|
||||
],
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user