|
1 | 1 | class Esbuild < Formula |
2 | 2 | desc "Extremely fast JavaScript bundler and minifier" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/evanw/esbuild.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments