deno: Update to version 1.6.1

This commit is contained in:
Jakub Čábera 2020-12-15 08:34:49 +01:00
parent d4eeb197c0
commit b6e82d61ae
2 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "1.6.0", "version": "1.6.1",
"description": "A secure runtime for JavaScript and TypeScript", "description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land", "homepage": "https://deno.land",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/denoland/deno/releases/download/v1.6.0/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v1.6.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "ad570b68fc06fde9be165127ec4174bcfb8587f99410410fbd4c61fb971fba05" "hash": "ee90b70afb6aec7d80d6a1f80b751d778b3a47b91b644e4f79697c2fec47a53d"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",

View File

@ -25,8 +25,7 @@
} }
}, },
"hash": { "hash": {
"url": "https://github.com/crazy-max/diun/releases/download/v$version/checksums.txt", "url": "$baseurl/checksums.txt"
"mode": "extract"
} }
} }
} }