Skip to content

Commit 4fa7847

Browse files
authored
Merge pull request #203632 from Homebrew/bump-typescript-5.7.3
typescript 5.7.3
2 parents 2792d4a + 2325a10 commit 4fa7847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/t/typescript.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Typescript < Formula
22
desc "Language for application scale JavaScript development"
33
homepage "https://www.typescriptlang.org/"
4-
url "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz"
5-
sha256 "6826f763112d55de0093fd94a4257cabadf1f40b387757e7c68485fc971e886b"
4+
url "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz"
5+
sha256 "80cfca1254bab8e81d639178e42d6406d856fba6e34cad60d1ab50ee6e5f7ebb"
66
license "Apache-2.0"
77
head "https://github.com/Microsoft/TypeScript.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "85722e0793e32628251d15b8790188afc979774aed303c7bd4dc3f72e6cfa0cd"
10+
sha256 cellar: :any_skip_relocation, all: "fe6979aa14c99e0178a0e3d7e03a3208e195c4615d3567fbb6d978114551038d"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)