Skip to content

Commit

Permalink
Merge pull request #175199 from Homebrew/bump-biome-1.8.2
Browse files Browse the repository at this point in the history
biome 1.8.2
  • Loading branch information
BrewTestBot authored Jun 20, 2024
2 parents 0a235f3 + 86a5194 commit 501b58f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/b/biome.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Biome < Formula
desc "Toolchain of the web"
homepage "https://biomejs.dev/"
url "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.8.1.tar.gz"
sha256 "ad10bbc28fdc1f31f655eaabee42cb9358a869fc4433b4e8883093e211e9eeba"
url "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.8.2.tar.gz"
sha256 "8f90b36de4aa65b671ff9f09df72b35ae97c0429be48b2bd51fe4423d9f2a0f2"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/biomejs/biome.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Biome < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8854de2e792c5b4d861eb084ea99f8debc1345fb080987cdea47b7b7201db014"
sha256 cellar: :any_skip_relocation, arm64_ventura: "421207a26cd3ea2fc13af5aea497786682146ffee3379be41a84a9257cd667a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "82f280ffee7cd30a8ce0b6358717eea882f7d77e12a04119dd17308f71fed46f"
sha256 cellar: :any_skip_relocation, sonoma: "591e2ac2e36804b46a4616ed944f6b7e1217ce7425263dca5ad256ee4e9e4a31"
sha256 cellar: :any_skip_relocation, ventura: "ed41f2a8b64a733fd8fd5c1f84e7ecc82de9f190eae1e70a667cb19769b224fe"
sha256 cellar: :any_skip_relocation, monterey: "c91b9571b19e315531dd72f7afb1d17f17adcf960f63711d1d6353db30290e64"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e09559f55fdc93b8d1f08078bbe7793418bf761bdef928ef5b1532b474bd94f6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbbbb59128aee2c895c46fe11aa55099d593d665bdf0d9918dc9a155706d315d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e9c104a58f68caf4443177ff5cf8584374db32b66e152906ba10e243c5a2b392"
sha256 cellar: :any_skip_relocation, arm64_monterey: "432d6ee9780f1a6e08404682df046734af2ce7de7ad71f6206025c2ef689111e"
sha256 cellar: :any_skip_relocation, sonoma: "72ef777a0d5c1094df0f2235163c0242b87996cd2c22d5cf5d585922780f6ff3"
sha256 cellar: :any_skip_relocation, ventura: "1c6a29b6e9ec1d3a0b71dd148c02e21f4a710aaa0eb2be029de997df943d6007"
sha256 cellar: :any_skip_relocation, monterey: "f123eb7693622a3976e07be68875ebd7d000ca1119fc507809a73bce39dc65aa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0963cdde877ac07a81ae775d5277a17f2e0413850d4eba220c55d15277f75a44"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 501b58f

Please sign in to comment.