11class 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] .0 .tar.gz" 5- sha256 "8415b17b218c514a9993b6d4c66d6186e047c55b7a786a5443e2bca9dff04fed "
4+ url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/[email protected] .1 .tar.gz" 5+ sha256 "83ac4aeffcd1b3017ed145c92565ebe0fb6a61cfbd9005f4f1c732c1232df035 "
66 license any_of : [ "Apache-2.0" , "MIT" ]
77 head "https://github.com/biomejs/biome.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class Biome < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_tahoe : "d7ff6df8bcd76e8e7dd55a76c5d19acccbebf575355ca8c1849c8f2e6c99e858 "
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "0f5c6370a11a5b9f7530fb9f79cba3bddfba2a4c9de993fef94ce66652f5284f "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "246d144d69a6651b0096d0635060b3f681a6f279367418a08cfbcb3d03e0426e "
18- sha256 cellar : :any_skip_relocation , sonoma : "87ba656b5d7ea6134f5ca01e44897b42e6fdae8832c8696a6c459dbabedbfdcf "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "864c40dfaad76c0713e55e8cd056f4d8dee12783314c659b92d4a957859f4aee "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "feae1158f1aa7396206d3d30d22b4548a92c8a1661f9656d47969b0896d5054c "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "1a57ca3c85e53d04ea40f8e4b84b2a7199959872a366395e79576cfbf89bb6bd "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "978fa3e6cefd643b09864e7753cf17d998a96f59884f53ba2daf38bca928ac05 "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "79e1ba39e7603d8929cf232fe5b27761a623c8ae00626034343f6c071ff6aae2 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "19f987e068be4acb2bfe94fd67c12cc2f6ad2876061d6aea6a1778f97f0d244f "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "c0c2ba8fc15edbb590b1cf182c5043e5b0f5e37b9ab26127ef8af32c5191787a "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c083dadd20ec499af6648f444adc9a805d6b2d77a8542c0f0d09b4a25625d495 "
2121 end
2222
2323 depends_on "rust" => :build
0 commit comments