We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b4090 commit e47b52dCopy full SHA for e47b52d
Formula/d/deno.rb
@@ -1,8 +1,8 @@
1
class Deno < Formula
2
desc "Secure runtime for JavaScript and TypeScript"
3
homepage "https://deno.com/"
4
- url "https://github.com/denoland/deno/releases/download/v2.3.7/deno_src.tar.gz"
5
- sha256 "6ca9f626931aa88c57d0f124fffac1d5682885e3b8ad34b8b90924757fffb0cf"
+ url "https://github.com/denoland/deno/releases/download/v2.4.0/deno_src.tar.gz"
+ sha256 "531039b7b27318f426dbc0c6b8928d965dc39a11d6494c6342edcd05a2bfb4f7"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments