From aad779ce9794053732d36dc6029449535eefba1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 May 2024 21:32:03 +0000 Subject: [PATCH 1/2] esbuild 0.21.3 --- Formula/e/esbuild.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/esbuild.rb b/Formula/e/esbuild.rb index 04caaada01d8..368b50f50cc7 100644 --- a/Formula/e/esbuild.rb +++ b/Formula/e/esbuild.rb @@ -3,8 +3,8 @@ class Esbuild < Formula desc "Extremely fast JavaScript bundler and minifier" homepage "https://esbuild.github.io/" - url "https://registry.npmjs.org/esbuild/-/esbuild-0.21.2.tgz" - sha256 "1e13138442a943683c7f489c52ad19df29e37e002ddcc75686542294a585fe68" + url "https://registry.npmjs.org/esbuild/-/esbuild-0.21.3.tgz" + sha256 "bc1b7d50ea4a100ab81b50cd5cee2b2bc6b9d0511039aeefd976be2ef66367ec" license "MIT" bottle do From 578760e4f394121db0898005cdc668eaf23bea06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 May 2024 21:54:50 +0000 Subject: [PATCH 2/2] esbuild: update 0.21.3 bottle. --- Formula/e/esbuild.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/esbuild.rb b/Formula/e/esbuild.rb index 368b50f50cc7..186acfd5dde7 100644 --- a/Formula/e/esbuild.rb +++ b/Formula/e/esbuild.rb @@ -8,13 +8,13 @@ class Esbuild < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3e85ab5bc905b9009b8ae17a485de059773ed0936eaf40842ffd1ccf2c66e08" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df2385b2cb412c262c997a8c977d9014c4e56db20400ff37b6f25a48cdba9304" - sha256 cellar: :any_skip_relocation, arm64_monterey: "614d7a613520e314228d00006ad261a8631c688e0e7e21d2e330839620946f37" - sha256 cellar: :any_skip_relocation, sonoma: "c59308123dc5a1f34f49c74a616ef45626a11b946d8da21348a13ec885cc9f5d" - sha256 cellar: :any_skip_relocation, ventura: "8f481a2983fdb0996c3b5b1f3c804aefc0583c33a3fc99b7e1a0134396fff1eb" - sha256 cellar: :any_skip_relocation, monterey: "501fae30c8e3b778b57e585c43a6d56780e0cfc655bed28b70e2e9eb2ead9a74" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc07b1fed3b9dd661c6e2821f0ae388a41ef80c2839a71eaa6f96170dc0bf068" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec21b7b5df5af6b604ab1baac6e78d321adda1244e6ad0b0d5da2c81ee70f9c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "70eb7352f86901caf85cc7f86c1644387b6ecf6372a88b6042beb03f13d66bb6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "61b72772e3dd911f6cd48e69319fada0f1f8b25030a083d872e0ae44431db227" + sha256 cellar: :any_skip_relocation, sonoma: "19269d810e1bf38637934afe2bfd6e6a45df951731af940190849b1380c8ead1" + sha256 cellar: :any_skip_relocation, ventura: "a7cc50aa23e50fe393e09da7aa8441b85d211dcd936059c6ccc5e0d9c15f19a5" + sha256 cellar: :any_skip_relocation, monterey: "d06fa506b92531889adeb211cd5f16a8d98f93c08f2c591a5fffcacc00d47159" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b92321c0db3bec383b7c3c4c3984b2ef090ca14c5232687bf33606160cb08e56" end depends_on "node"