Skip to content

Commit a09eb7b

Browse files
authored
Merge pull request #246587 from Homebrew/bump-biome-2.2.5
biome 2.2.5
2 parents 380cd9d + 4694ff4 commit a09eb7b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/b/biome.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Biome < Formula
22
desc "Toolchain of the web"
33
homepage "https://biomejs.dev/"
4-
url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/[email protected].4.tar.gz"
5-
sha256 "4239fbcb799717215c8cb204f2f90bc38ef7e118935fb72cddcca51046c1e8fb"
4+
url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/[email protected].5.tar.gz"
5+
sha256 "233885e012f40946928ba8be14af202a8bf152da8adb812743814abc6978e47d"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/biomejs/biome.git", branch: "main"
88

@@ -12,14 +12,12 @@ class Biome < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a32c68606a82c5395e68bf97f2edf380f06afd9f5cc51df17afc335bccc7e049"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca8205a0a6111799b80fb9c0e5a2b5773e2bcb0e016a4640f2a8d7bf384d1c3b"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f7f94025b6ebd0e824ea0515b2d05d4f412100ea64247d805bff75448bcd1c1"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "41ceb3e92e91e5f6ae5af68a74007002ac19c6085768bba14526e33bb60aac6c"
19-
sha256 cellar: :any_skip_relocation, sonoma: "f620dbe5bec648911bd9e7732b4320ea0dacbebeed8f17286174079be8dd4834"
20-
sha256 cellar: :any_skip_relocation, ventura: "5504a3eeff55d72f8c8c1c0cae9bc7278d3aaf163bfcea2ce02853d0498f7ecf"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "c38db5065ac3e81c18c6be421cecf41790bcf2e12b539fd7b9b56d7a012f3a0e"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ccc94e3441d62c3415483a5141b37cb3e4dc32e98d3e119217610a39a047e870"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "03c43ce15c95216c3a50ea9cd615e16e54796df105a07fc27e44a8679699622a"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f0c52105a220d26b3848bcb1fb99b37e60d24d51e09c95da7646a659dfc6aa4"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dad1548c74e3b39b91fe91706a0f2de98833823ce290165bd326b44da225a0c0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "8181932f0a391b45c40c7d3d3f2da4f9a7be0a5308463697b5331f523cf39dd0"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "c0a1d53ee6470373075a8a33d2c2295a1f9d1739785ff7b149857874cb383b5a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "edad59676bd6bc6c12a541327b54114fe0fa428fa563c2f676e9be9633711db4"
2321
end
2422

2523
depends_on "rust" => :build

0 commit comments

Comments
 (0)