Skip to content

Commit

Permalink
Merge pull request #191489 from Homebrew/bump-esbuild-0.24.0
Browse files Browse the repository at this point in the history
esbuild 0.24.0
  • Loading branch information
BrewTestBot authored Sep 22, 2024
2 parents 262d490 + 4f433ca commit 7ee7e56
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/e/esbuild.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Esbuild < Formula
desc "Extremely fast JavaScript bundler and minifier"
homepage "https://esbuild.github.io/"
url "https://github.com/evanw/esbuild/archive/refs/tags/v0.23.1.tar.gz"
sha256 "da504f77d1856e642de6d6e96bab7ddc1da9a73726c7a67467eb4c2b7c0fdaae"
url "https://github.com/evanw/esbuild/archive/refs/tags/v0.24.0.tar.gz"
sha256 "db289a2d668e42f81b93d7489c27ef665e86ef4e5c4974997526d46982f2b68a"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b936f62baab28868ba3b2c643fc02b67f6953fd33dcfb06e15abccf7a187e385"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7b45d1386184c83f262c1dfd4a650f8c4159994281f0c136d94249f341d5520"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7b45d1386184c83f262c1dfd4a650f8c4159994281f0c136d94249f341d5520"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d7b45d1386184c83f262c1dfd4a650f8c4159994281f0c136d94249f341d5520"
sha256 cellar: :any_skip_relocation, sonoma: "c0fe1f83be036b0169e3df21ba9d2cf92c43d18d14f8f19f7d9df16444e5ea2e"
sha256 cellar: :any_skip_relocation, ventura: "c0fe1f83be036b0169e3df21ba9d2cf92c43d18d14f8f19f7d9df16444e5ea2e"
sha256 cellar: :any_skip_relocation, monterey: "c0fe1f83be036b0169e3df21ba9d2cf92c43d18d14f8f19f7d9df16444e5ea2e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "10d2211ea451ab99d01d1cff4c9cf5a4e4333fc0bcf06d821b5fde6d58bea13f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe0a47b1f1a4573fa5bc5955418a778e4255f869d6b9de95c207533e4e24b515"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe0a47b1f1a4573fa5bc5955418a778e4255f869d6b9de95c207533e4e24b515"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fe0a47b1f1a4573fa5bc5955418a778e4255f869d6b9de95c207533e4e24b515"
sha256 cellar: :any_skip_relocation, sonoma: "c84a7d059a4001db54eb4c45d3f955cf86167657192ac45d67110e20ff5f0e96"
sha256 cellar: :any_skip_relocation, ventura: "c84a7d059a4001db54eb4c45d3f955cf86167657192ac45d67110e20ff5f0e96"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c11fa0f62044d1a166acd2f5c393463ea5e557d5c12a5937b685e0785656056"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7ee7e56

Please sign in to comment.