We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721d56f commit dff80acCopy full SHA for dff80ac
Formula/s/swc.rb
@@ -1,8 +1,8 @@
1
class Swc < Formula
2
desc "Super-fast Rust-based JavaScript/TypeScript compiler"
3
homepage "https://swc.rs"
4
- url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.5.tar.gz"
5
- sha256 "2628ed727c788e1169badf68b425c9daf3c9fd23b1c0f4794cb56619b6ca6c6d"
+ url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.6.tar.gz"
+ sha256 "167314ff22e09b993b6b65a94679c9bfc7b020bcf67e858891d22da8b18ceed7"
6
license "Apache-2.0"
7
head "https://github.com/swc-project/swc.git", branch: "main"
8
0 commit comments