Skip to content

Commit

Permalink
Update to version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Dec 18, 2024
1 parent 87435cb commit 10e8a0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.1.2",
"version": "2.1.4",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v2.1.2/deno-x86_64-pc-windows-msvc.zip",
"hash": "e107bdd19cd38314c6ec934b7345e3139739c3a1106f951f6f70f8fb04f293e8"
"url": "https://github.com/denoland/deno/releases/download/v2.1.4/deno-x86_64-pc-windows-msvc.zip",
"hash": "d85abec3fc5533c20f1369b9c2fbb5f49348d1f69994779c09f56383bd46aa10"
}
},
"bin": "deno.exe",
Expand All @@ -21,7 +21,7 @@
},
"hash": {
"url": "$url.sha256sum",
"regex": "([a-fA-F\\d]{64})"
"regex": "$sha256"
}
}
}

0 comments on commit 10e8a0b

Please sign in to comment.