We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa053b commit 581e861Copy full SHA for 581e861
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.2.4/deno_src.tar.gz"
5
- sha256 "67808c70241abe878f177767585863d8442214b7a18c0ba7527c4a8f464f8cb3"
+ url "https://github.com/denoland/deno/releases/download/v2.2.5/deno_src.tar.gz"
+ sha256 "667202459b48b8ff293d6698b7abdcb7266c1812f9644e185db81da2af5ae927"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments