Skip to content

Commit 3988325

Browse files
authored
Merge pull request #253739 from Homebrew/bump-esbuild-0.27.0
esbuild 0.27.0
2 parents 4710969 + 6070162 commit 3988325

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.26.0.tar.gz"
5-
sha256 "aec963af60a2a093f63375d6bc13d27506fa945f03b43e4926716f03b7bddfd5"
4+
url "https://github.com/evanw/esbuild/archive/refs/tags/v0.27.0.tar.gz"
5+
sha256 "a4fd2af11353d41999b51bfa4276cbdd562b5f5fc19b3ca56ab69a520b176529"
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: "d25bad36a6cba7a7e127a56ff12c647af2f8b4349221240cc1aaa43616ea4b82"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d25bad36a6cba7a7e127a56ff12c647af2f8b4349221240cc1aaa43616ea4b82"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d25bad36a6cba7a7e127a56ff12c647af2f8b4349221240cc1aaa43616ea4b82"
13-
sha256 cellar: :any_skip_relocation, sonoma: "35747a0816b3b4f6f4740f2e04adf14fa76075ba1b7e619ea1af9391db59f046"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "0b7a6f631d8ec8190448c4c2d79da0ef6991c2ad91f35be649decbae88702453"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a07ece8829bc11ed22ff7db5c446adaaf979f3994417a9ef5536354bea7d11f5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b0e1d98b2254243b60b91e2f18618eb5913ae7dadba4492c4fdecd79c5441f82"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0e1d98b2254243b60b91e2f18618eb5913ae7dadba4492c4fdecd79c5441f82"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0e1d98b2254243b60b91e2f18618eb5913ae7dadba4492c4fdecd79c5441f82"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b32de09c5fe1419f682b758af178dddc0a93a3be00efde7d80b25a82c21dfca3"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "45c935ee97e4dc9444f370a21e243ae05013b5381816cf1d0a33e522646c4c2e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "58ad72aea3cfe024a41a33c552a5ca9db9f8c657be714757e264abd765176033"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)