11class 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.12.4 .tar.gz"
5- sha256 "985b47d6dfd3e9d84a1274b8f7964bb3d957e286d649276af4b097f0e36e6eb0 "
4+ url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.5 .tar.gz"
5+ sha256 "3dd71c2d34d9e1a3aaec769086ed126d1471787179dcac0c27cf896a178e94a2 "
66 license "Apache-2.0"
77 head "https://github.com/swc-project/swc.git" , branch : "main"
88
@@ -12,13 +12,13 @@ class Swc < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "42549e039f2789ea3d425c384e0872dc15b7300b92fdb0f486cc62921685aec4 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "aba0b68f45a96087de0074a9f0ed8652a18d70e91a9a4f98eaba5da597a56fc8 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "acbbf46610064c5beceec9f22dbddd59831489c31c091ae9e4482eab76a7bdf5 "
18- sha256 cellar : :any_skip_relocation , sonoma : "86c4846107c316e3bcc517d8398c7f207cf496e8f84b8aad230d073b74c83740 "
19- sha256 cellar : :any_skip_relocation , ventura : "6096838d93ab68d2cbd8f31469598f63957338006f839784b39fd6612ddf4f99 "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "1d19ac53666dd69a7296277999db283b157544013dcd43c3336189664d810da4 "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "f6a7aef948f8c28c4268ce71f16598195bf7b155b600f120c633756cd82d01e9 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "5d4d9ba29217b7638d64aedc7b826ca0cc25c972274418d1fb06a70911ae9b1e "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "1892094ecefa8e4960c41ee2b6a5fa606dc1b501b4affb3e6e771a7c69bd0def "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "30cbfdc1f44c034d00809c68c647961371f338dad6858020a4005a4ef1caeeda "
18+ sha256 cellar : :any_skip_relocation , sonoma : "d1ae3e7611dbf887aa734056bd9b89350811f1a3fc0ddc400d1121ef0e88b8d8 "
19+ sha256 cellar : :any_skip_relocation , ventura : "eb0a7fa3f0e021a500e0224142bce9fe253d74e229866be5843439a04b26fd85 "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "ba3ff92a0ff232a3814ca7db0a27a2ebfa48ed525c5896a1de1080d8d5257326 "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5ceda13a9f38618ec05551266e4ee20e431fc26b121db564289e0237d2ae44d1 "
2222 end
2323
2424 depends_on "rust" => :build
0 commit comments