|
1 | 1 | class Biome < Formula |
2 | 2 | desc "Toolchain of the web" |
3 | 3 | homepage "https://biomejs.dev/" |
4 | | - url "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.9.4.tar.gz" |
5 | | - sha256 "fc06a89e1b925e8b1dfaca98f7af1d8e04d27acdcaeff786e2806f8bc26283f9" |
| 4 | + url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/[email protected].4.tar.gz" |
| 5 | + sha256 "22b0af2a2cd09b5ad68fe28b352657aa29907d60e0119b64712699d49af50f95" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/biomejs/biome.git", branch: "main" |
8 | 8 |
|
9 | 9 | livecheck do |
10 | 10 | url :stable |
11 | | - regex(%r{^cli/v(\d+(?:\.\d+)+)$}i) |
| 11 | + regex(%r{^@biomejs/biome@v?(\d+(?:\.\d+)+)$}i) |
12 | 12 | end |
13 | 13 |
|
14 | 14 | bottle do |
15 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8646b6bdf4f2b0996e739aee80668eb17d32a7aad4a356986521d812cc984cc2" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43540d1b4f59a61da1b7baca7cfa5db8a1aeb06e9a0f0673e49dfcf214a31af8" |
17 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb13597637d0123db60acc9e97cc4f08075f6734689d5e0a270a8a1ff419c756" |
18 | | - sha256 cellar: :any_skip_relocation, sonoma: "9c37ee00fd5771d88747a57e6957b8c7a2df6901f8f58a1883b8a77e909b6d9c" |
19 | | - sha256 cellar: :any_skip_relocation, ventura: "b6c80a4f53293569e04d7c6b25b27535521ac75ce858b128f7c0070023bf5648" |
20 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "6373f7fa396319db672562c2581c2af4951a065c9c7a2465e963ca3e79f0152d" |
21 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9fa4e736896fa3289074b6eec6accff439ed4484e1d8ef909e03945a93a3a60f" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "84f558da423fcf12f9706ecd8c18c2275cc9a1b0893f68bc6fcdcc60a4ac9b77" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be234f1885348b28d95fe4ce679326c50905e4b32e06c0b101df31eb5dbd1c6e" |
| 17 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e54e21ec833e9c09dd3e491e7e4167d5e03604ca2db5b728487a6c6d6038b84" |
| 18 | + sha256 cellar: :any_skip_relocation, sonoma: "2bd0a7b6a306479e1423cf82393fc8bd9834e57d8d9b24138d350284c1bfd08d" |
| 19 | + sha256 cellar: :any_skip_relocation, ventura: "fca8a17a629fe09d20a55443ac2423e0773114ee02a9b3786231a3d3f1da8010" |
| 20 | + sha256 cellar: :any_skip_relocation, arm64_linux: "c15e6c0dd3fc1973c2d292eb4e9de02105e7a8606310fc518e3e9c42bde2bcb6" |
| 21 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc6483434862eb4c809141cb38a6eb29db2e85619a256ddde68b584a7c236dde" |
22 | 22 | end |
23 | 23 |
|
24 | 24 | depends_on "rust" => :build |
|
0 commit comments