Skip to content

Commit aef87f0

Browse files
authored
Merge pull request #249614 from Homebrew/bump-esbuild-0.25.11
esbuild 0.25.11
2 parents 83e1f44 + 5d61f6a commit aef87f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/e/esbuild.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Esbuild < Formula
22
desc "Extremely fast JavaScript bundler and minifier"
33
homepage "https://esbuild.github.io/"
4-
url "https://github.com/evanw/esbuild/archive/refs/tags/v0.25.10.tar.gz"
5-
sha256 "2080a7e6bf4a8deed3f33d15a8fd8a689a3af74cc2c1e782e546c54c3c9b92f2"
4+
url "https://github.com/evanw/esbuild/archive/refs/tags/v0.25.11.tar.gz"
5+
sha256 "7f740feb86a0e5803ecb1ded40d4bb4ce7c1ad1bd571e7f62adfbbec45cc5d54"
66
license "MIT"
77
head "https://github.com/evanw/esbuild.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e9eda8248958196b824974d71dc06e7250482bdfbe2e3738f55199c68ea51fc0"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9eda8248958196b824974d71dc06e7250482bdfbe2e3738f55199c68ea51fc0"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9eda8248958196b824974d71dc06e7250482bdfbe2e3738f55199c68ea51fc0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "68d229f7caa6704ef83f7d7760b5f2e11c081500e419fe14f7c74194283fb72f"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "8f63297ab2a8bfa3302c4c3900d7e5950cee2c886d0e48e721dd6c566ac67c3f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "27808df63a2207bfe40677bae327e2fa33631cdb7f3fa67806516bc7b9756631"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0e58a6afb5b16cace80b3b6017fadee99a7561eaca1635caf2047c7948431966"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e58a6afb5b16cace80b3b6017fadee99a7561eaca1635caf2047c7948431966"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e58a6afb5b16cace80b3b6017fadee99a7561eaca1635caf2047c7948431966"
13+
sha256 cellar: :any_skip_relocation, sonoma: "19c7f3ee36239e0e2625cd7ba4090ee972381857008aeee7ae731d63161e2fc1"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "d510949c2b91455fd36dc5daa081aef95161f7079c1654757ba0982432203a07"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "685d5fc7b737c5d8202f3cf138ff3df2c9a7df3598f420b65b89c55976fe8d6c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)