Skip to content

Commit 63bf133

Browse files
authored
Merge pull request #203479 from Homebrew/bump-swc-1.10.6
swc 1.10.6
2 parents 10fbeaf + 39383ce commit 63bf133

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/swc.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Swc < Formula
22
desc "Super-fast Rust-based JavaScript/TypeScript compiler"
33
homepage "https://swc.rs"
4-
url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.5.tar.gz"
5-
sha256 "2628ed727c788e1169badf68b425c9daf3c9fd23b1c0f4794cb56619b6ca6c6d"
4+
url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.6.tar.gz"
5+
sha256 "167314ff22e09b993b6b65a94679c9bfc7b020bcf67e858891d22da8b18ceed7"
66
license "Apache-2.0"
77
head "https://github.com/swc-project/swc.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Swc < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0ce2eedefd31e96e3be28465555011cbd60315d94aeb01176aa8fa65a62fa4b"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38c12168775f115ec05628e2a93f52f86ee2b68fe8923b0f9383fd4537243364"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "17445859039fca7fed3e0a786c4ffd82b4a17c5df008fd4892f4b597ccfab8a8"
18-
sha256 cellar: :any_skip_relocation, sonoma: "144c679cdd08d041065f6febacaa2fa0cd684ba891c4775132b7dbfe674c9482"
19-
sha256 cellar: :any_skip_relocation, ventura: "c3480c3c62a0c751b450dfebad13de1f056190d0584891df308bc6d38af3a078"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d50d86a615ecc5a1278ba0ab69a5189c7f67bc6862ee8156f4fe0fd231c8f6de"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "78640e7d47112bbc223f731ab0e774e614bfa92d8dbebc68a3045ebf71cee8c7"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1ff3303640866346a8181a6a6267ec5aba9661a35227e503f059a8b2ec988ee"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7b09d2bdac750e4c9a4c56846f07dffd143494bba0edd9fc3bb93422f46209b9"
18+
sha256 cellar: :any_skip_relocation, sonoma: "fb1e76b59935b77bd28056c5a8edfbabe0052f335ae89a0344332a670be8b01a"
19+
sha256 cellar: :any_skip_relocation, ventura: "a4b8b399801cd1cadb5bfe498e07337281a0c72238d7fa9c9a73e6028ab2c606"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f80cb656ffecefc5130f703553cf089fefe1075c9d9d4dbcdab423f5f50acf9"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)