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 f857183 commit b054f2bCopy full SHA for b054f2b
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.13.20.tar.gz"
5
- sha256 "cff73f4ba5f229630079e6c74159d1cc4f5b060d71d87e4f809017a64aba76d2"
+ url "https://github.com/swc-project/swc/archive/refs/tags/v1.13.21.tar.gz"
+ sha256 "bd1d890904cf3d99d36b8bef1affd6fc4d91a1b9ff6a79e57d43f2cbc0e6f176"
6
license "Apache-2.0"
7
head "https://github.com/swc-project/swc.git", branch: "main"
8
0 commit comments