diff --git a/bucket/deno.json b/bucket/deno.json index 6d35951845..d570f2ca83 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.6.0", + "version": "1.6.1", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.6.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "ad570b68fc06fde9be165127ec4174bcfb8587f99410410fbd4c61fb971fba05" + "url": "https://github.com/denoland/deno/releases/download/v1.6.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "ee90b70afb6aec7d80d6a1f80b751d778b3a47b91b644e4f79697c2fec47a53d" } }, "bin": "deno.exe", diff --git a/bucket/diun.json b/bucket/diun.json index 5e59ff80b8..407dbdee00 100644 --- a/bucket/diun.json +++ b/bucket/diun.json @@ -25,8 +25,7 @@ } }, "hash": { - "url": "https://github.com/crazy-max/diun/releases/download/v$version/checksums.txt", - "mode": "extract" + "url": "$baseurl/checksums.txt" } } }