deno 0.21.0
Closes #45601. Signed-off-by: Caleb Xu <calebcenter@live.com>
This commit is contained in:
parent
014c5b8db1
commit
67b2dfbead
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Deno < Formula
|
|||
desc "Command-line JavaScript / TypeScript engine"
|
||||
homepage "https://deno.land/"
|
||||
url "https://github.com/denoland/deno.git",
|
||||
:tag => "v0.20.0",
|
||||
:revision => "a4b27db21a10f9913460c054c98fce59f3dd157d"
|
||||
:tag => "v0.21.0",
|
||||
:revision => "4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue