diff --git a/bucket/deno.json b/bucket/deno.json index 068f2c32e5..3be3928753 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -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" } } }