typescript 3.1.1
Closes #32506. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d69993ca28
commit
84e0992af1
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.0.3.tgz"
|
||||
sha256 "164401d0ef8d6b062b1b767440a5ef8c6d9d9062c57fc1a8c1a5659cf638f2e8"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-3.1.1.tgz"
|
||||
sha256 "6d0ba3d7388435062b446517650f19db5b8575eb9a443e3ea19651f54c27c2e9"
|
||||
head "https://github.com/Microsoft/TypeScript.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue