Skip to content

Commit 7b2e04b

Browse files
authored
Merge pull request Homebrew#218315 from Homebrew/bump-typescript-5.8.3
typescript 5.8.3
2 parents 69d4a9b + 414bbab commit 7b2e04b

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.8.2.tgz"
5-
sha256 "ef938a45323df5775664ea5d55e8bc0ab2027a40db1ff857bb957fe7bbaa4434"
4+
url "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz"
5+
sha256 "72e75dbeb92c2e6eb9a34cb59d74fab5c2ee6f32a0324a89405f6165d5a08374"
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: "ac531f0522d2dbdb3275bf84d5b63a83c7fcf47f7f7d90e4bca19fcc543270fd"
10+
sha256 cellar: :any_skip_relocation, all: "af7b5de78b6badec07a3319bbfe295792ace24e06a50b7c8b66d6701d0af3521"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)