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 8a20659 commit 011ce28Copy full SHA for 011ce28
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.0/deno_src.tar.gz"
+ sha256 "665a61abb5c6c2527aa7c91bb43ef3f1cd9c2cb782b99e82fe6312d53b06159c"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments