From 8d26861c9ae053a61f7ba33d213a5612c97b5a11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:13:29 +0000 Subject: [PATCH 1/2] swc 1.10.14 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index b245f92adeb8d..44b6a13e6c7e9 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.12.tar.gz" - sha256 "f232ca1210fbdb06f045c9aee265499748eb7a110f15ae9e0442702488d21bd2" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.14.tar.gz" + sha256 "fd7e7298f51dfb9a12e50e8bfe098a467f5deb97552c9627be00ecfc928b7e81" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From 8fc25d2661ed1c3e593387c96e8bfad55423ea2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:10:46 +0000 Subject: [PATCH 2/2] swc: update 1.10.14 bottle. --- Formula/s/swc.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 44b6a13e6c7e9..3f3811f98ac04 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,12 +12,12 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "507a38480f8a06b42e3f20f8117f0067e9b7f3d5d3245af81b9df07faf7c054c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55ba4cf8a624ae91f6ecc2b52ad5457013116c5759fba6c820e1bfca395ea516" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c2d5168a416b3dfdfc6ef2bcac6ada05da5ae1c52a4ed415b413bde7c7a13ec" - sha256 cellar: :any_skip_relocation, sonoma: "74a15c6cd8f3d2220e18917e54d61578e00a0a3fb26f70148f1d1aed7281b9c1" - sha256 cellar: :any_skip_relocation, ventura: "f5f7a95784b5e21544d5d118b80bdc8eca8c0bf6c90b69785ca40c994f906685" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd4fe8c228a2a14a599fae86ca776fd207e53022a412021792fd00c7d79ff095" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ded9b728accbd81f1b20925dac01089db43a350707576d26d692d7b21862bf8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "60348b26a00d0a7598007649588055320e9150919639da58fb25b67cc07fecc9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3a982439555132e0a01768bc5e7e2f11b8421f3bec970d061e064db72f8db6c" + sha256 cellar: :any_skip_relocation, sonoma: "f46be77113d038693f9f5c057f028046051733005fab0745f0a25d645654fde4" + sha256 cellar: :any_skip_relocation, ventura: "00ffefe64c7ef16521b51576170d1183d5bb22e9ae4e4f7e9882225004baeec3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8f87e29df837b0ff09be4acc6fad11ddc19a8fd3d13c32d3cff23341811b994b" end depends_on "rust" => :build