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 1ac69ae commit 39bbc2eCopy full SHA for 39bbc2e
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.5.2/deno_src.tar.gz"
5
- sha256 "44e9db8c52da72fed0ef8f990ab7ba3435562942752b5eafe845ff31bb643438"
+ url "https://github.com/denoland/deno/releases/download/v2.5.3/deno_src.tar.gz"
+ sha256 "aa52219493d761df1b8fdf51a707ed0495374f9a45c348b5683aef821efc08b9"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments