deno: Update to version 0.38.0 (#953)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
dev-nicolaos 2020-04-01 10:30:11 -07:00 committed by GitHub
parent 83d016612a
commit 0539765425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,20 @@
{ {
"homepage": "https://github.com/denoland/deno", "version": "0.38.0",
"description": "A secure TypeScript runtime on V8", "description": "A secure TypeScript runtime on V8",
"version": "0.37.1", "homepage": "https://github.com/denoland/deno",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/denoland/deno/releases/download/v0.37.1/deno_win_x64.zip", "url": "https://github.com/denoland/deno/releases/download/v0.38.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "ca1d6d61751853f4e8ce943aa291764d25de05a6a97d152a557aa2fd5621f27f" "hash": "2dd16483e5c237675093ca58b7920ff3addfb48521e0c1c65e4aebb5510d5088"
} }
}, },
"bin": [ "bin": "deno.exe",
[
"deno.exe",
"deno"
]
],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }