Skip to content

Commit 59e4f6d

Browse files
committed
biome: update to 2.0.4
1 parent 00ce8de commit 59e4f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/b/biome.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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/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"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/biomejs/biome.git", branch: "main"
88

99
livecheck do
1010
url :stable
11-
regex(%r{^cli/v(\d+(?:\.\d+)+)$}i)
11+
regex(%r{^@biomejs/biome@v?(\d+(?:\.\d+)+)$}i)
1212
end
1313

1414
bottle do

0 commit comments

Comments
 (0)