Skip to content

Commit aa0cd01

Browse files
authored
Merge pull request #246401 from Homebrew/bump-typescript-5.9.3
typescript 5.9.3
2 parents 3862925 + d261c05 commit aa0cd01

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,12 +1,12 @@
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.9.2.tgz"
5-
sha256 "67a3bc82e822b8f45f653a80fc3a9730d23214d36c83ba85dd7f5abebee82062"
4+
url "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz"
5+
sha256 "10e108c9cf7d5f2879053dff18515fb405abf2ccef63eaaf017d9c571687a1d3"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "2dbf6aac24a2603aed04b1fcfa4563a277d2cb60678128d65234df70f7acb8df"
9+
sha256 cellar: :any_skip_relocation, all: "0c23793ac33b974de3cf9ae83c60ce9d2bb405a0994e956bb845f2bde50b37ec"
1010
end
1111

1212
depends_on "node"

0 commit comments

Comments
 (0)