Skip to content

Commit f8f8bce

Browse files
authored
Merge pull request #255328 from Homebrew/bump-swc-1.15.3
swc 1.15.3
2 parents 3106ac5 + 3da8bb8 commit f8f8bce

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.15.2.tar.gz"
5-
sha256 "22f35f72478ce920e48705a6ab4ff56e8c3186922c2ff0346d287b8068860aeb"
4+
url "https://github.com/swc-project/swc/archive/refs/tags/v1.15.3.tar.gz"
5+
sha256 "d60ae0f301246f2f73e317743233e2a78c135aeb1b1e68c03effa0ec8b5fd044"
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_tahoe: "499e2a36072d47b85e943d723ea39314055be0ec93a7f801f590b65a35534135"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9525f8b5d25c4e1e658264824a833c440e332b1256c31902980eca29f00023f5"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27658f6011ac5458da2ddfc29e4441ecbed59838b5a7ce2859399b5c8e51ba02"
18-
sha256 cellar: :any_skip_relocation, sonoma: "ca885a9ec50318400c63eea768cabbcd8dc6ae0b7d8140797cc9b664b4a0748d"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "a8739ca2b25e1dad9cee5149e176f5f57ff34fc521014699d3d7521041867481"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a60602f16f603eafeeb544ef8e24415679ba169c0cbd13245d75e3c65309a0f"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a104d93248c65a6bfd6527898d2b45bc2902e532809913a19724df543ea0204d"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d382a55cb3e57401e833e16ace095f5df44f2b9a3ce406984982832cd9783aa"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c7e9271c76f050b2e79d9d58399b473b90bc0721b97d6d6b074afabd4171a8c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "7a77e0e3cf5443da4d63d852f6ad645634fef89efd8c57e0bbbf76946456ea69"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "fe430230606014224be9548a259efdd96add941c736f1579708f7613c132d45b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b04390e671a4cb878fe6289d4b95448c0f13cb901b81cd53d69263516e0cc53"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)