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 97715bd commit 3f905bcCopy full SHA for 3f905bc
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.11.20.tar.gz"
5
- sha256 "3ec9b144b90e3c7b488c630dd57e5527734cacd8e609b42600fdf32fc05fc748"
+ url "https://github.com/swc-project/swc/archive/refs/tags/v1.11.21.tar.gz"
+ sha256 "48d6adc070b3b6d1ba12de954ebc3479193ac65804b5215edcf870d1fdc0df7b"
6
license "Apache-2.0"
7
head "https://github.com/swc-project/swc.git", branch: "main"
8
0 commit comments