mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
deno: Update to version 0.38.0 (#953)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
83d016612a
commit
0539765425
@ -1,25 +1,20 @@
|
||||
{
|
||||
"homepage": "https://github.com/denoland/deno",
|
||||
"version": "0.38.0",
|
||||
"description": "A secure TypeScript runtime on V8",
|
||||
"version": "0.37.1",
|
||||
"homepage": "https://github.com/denoland/deno",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/denoland/deno/releases/download/v0.37.1/deno_win_x64.zip",
|
||||
"hash": "ca1d6d61751853f4e8ce943aa291764d25de05a6a97d152a557aa2fd5621f27f"
|
||||
"url": "https://github.com/denoland/deno/releases/download/v0.38.0/deno-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "2dd16483e5c237675093ca58b7920ff3addfb48521e0c1c65e4aebb5510d5088"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
[
|
||||
"deno.exe",
|
||||
"deno"
|
||||
]
|
||||
],
|
||||
"bin": "deno.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
|
||||
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user