typescript 2.6.1
Closes #20360. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
40583bab65
commit
62ad60efdd
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
||||||
class Typescript < Formula
|
class Typescript < Formula
|
||||||
desc "Language for application scale JavaScript development"
|
desc "Language for application scale JavaScript development"
|
||||||
homepage "http://typescriptlang.org/"
|
homepage "http://typescriptlang.org/"
|
||||||
url "https://registry.npmjs.org/typescript/-/typescript-2.5.3.tgz"
|
url "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz"
|
||||||
sha256 "748565576a2fc834999763ea1c5f560885b4e902857ffc62bbbc9e6841ddf5f2"
|
sha256 "62b4de36dbb0a41339ad111d3845f226e2d968cac47097f35291f38b88f6c2a6"
|
||||||
head "https://github.com/Microsoft/TypeScript.git"
|
head "https://github.com/Microsoft/TypeScript.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue