typescript 3.5.1
Closes #40472. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
f5826ced71
commit
0661531ebd
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
|||
class Typescript < Formula
|
||||
desc "Language for application scale JavaScript development"
|
||||
homepage "https://www.typescriptlang.org/"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz"
|
||||
sha256 "3c107fa7d3e48a750f12f503a4cd6b312ef0b03b905c5991831167d27a81a8e7"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz"
|
||||
sha256 "ea87090c959a068a74a45337a9374d89c1b539b0044c3d998a7ec82afc8cdbe6"
|
||||
head "https://github.com/Microsoft/TypeScript.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue