8000
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 d9b46d3 commit b4653f0Copy full SHA for b4653f0
Formula/deno.rb
@@ -1,8 +1,8 @@
1
class Deno < Formula
2
desc "Secure runtime for JavaScript and TypeScript"
3
homepage "https://deno.land/"
4
- url "https://github.com/denoland/deno/releases/download/v1.28.0/deno_src.tar.gz"
5
- sha256 "3023e6e36251f2d90f1204aa66fb866cc0a01804adab5b4d780b9a5536cc1843"
+ url "https://github.com/denoland/deno/releases/download/v1.28.1/deno_src.tar.gz"
+ sha256 "1f5c0ee6c805508316f065f1540ca95f887d040d531c4bba688c656bd3bd6abd"
6
license "MIT"
7
head "https://github.com/denoland/deno.git", branch: "main"
8
0 commit comments