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 2b14d7f commit b85238eCopy full SHA for b85238e
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.4.5/deno_src.tar.gz"
5
- sha256 "a6bba626d08813c114bfcc862e69fd7202eecda97df9f349abf6cc4e38fe4e40"
+ url "https://github.com/denoland/deno/releases/download/v2.5.1/deno_src.tar.gz"
+ sha256 "d039d79548930742dcd770ceaf7a5aca26c571902dd9629d91ed049865bf9ccb"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments