We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ce8de commit 59e4f6dCopy full SHA for 59e4f6d
Formula/b/biome.rb
@@ -1,14 +1,14 @@
1
class Biome < Formula
2
desc "Toolchain of the web"
3
homepage "https://biomejs.dev/"
4
- url "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.9.4.tar.gz"
5
- sha256 "fc06a89e1b925e8b1dfaca98f7af1d8e04d27acdcaeff786e2806f8bc26283f9"
+ url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/[email protected].4.tar.gz"
+ sha256 "22b0af2a2cd09b5ad68fe28b352657aa29907d60e0119b64712699d49af50f95"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/biomejs/biome.git", branch: "main"
8
9
livecheck do
10
url :stable
11
- regex(%r{^cli/v(\d+(?:\.\d+)+)$}i)
+ regex(%r{^@biomejs/biome@v?(\d+(?:\.\d+)+)$}i)
12
end
13
14
bottle do
0 commit comments