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 38f66fe commit 1177f6eCopy full SHA for 1177f6e
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.5/deno_src.tar.gz"
5
- sha256 "900be91d2a925a293915b454ec24e94188ce14c68fb04916d9a00e2e2f6d5a89"
+ url "https://github.com/denoland/deno/releases/download/v2.5.6/deno_src.tar.gz"
+ sha256 "62d3e8f87aed734cdce27660ebfed1c31b6b279f21f36070cdc64e828ae3bfb0"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments