diff --git a/Formula/c/cyme.rb b/Formula/c/cyme.rb index da2e420e57cf..9f58b00c8c6d 100644 --- a/Formula/c/cyme.rb +++ b/Formula/c/cyme.rb @@ -1,18 +1,18 @@ class Cyme < Formula desc "List system USB buses and devices" homepage "https://github.com/tuna-f1sh/cyme" - url "https://github.com/tuna-f1sh/cyme/archive/refs/tags/v1.8.5.tar.gz" - sha256 "f3b7f71e52fd29809f25aadff4d949aafe0ff088d514ca587e7103d5b4171d5b" + url "https://github.com/tuna-f1sh/cyme/archive/refs/tags/v2.0.0.tar.gz" + sha256 "2b97ac1560ec96d28be21c1dfda62802c0149fc445fa64bd9df4da9bee8c9f16" license "GPL-3.0-or-later" head "https://github.com/tuna-f1sh/cyme.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1b938310f07cc908be90678d6bd54c66705d88479f8870714f340bf2265d0050" - sha256 cellar: :any, arm64_sonoma: "fa4830cdafc737f2fe0074f319f1bdc179189a634202ade7186b9e4e7e43a31f" - sha256 cellar: :any, arm64_ventura: "178d60c19ed59f64695a2101902b70f40de186eb865e2853b14a27cfead4ca78" - sha256 cellar: :any, sonoma: "b75266dbbca68b5f0bf689cce6930fd4d46a72966112cef5eec421d0cd7eba9e" - sha256 cellar: :any, ventura: "935cddece9d213e71a3a4af00b08ed4d5802df8a7ae9f4e0de5d71784c7be20f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "35433b861060d54a7d9ef1345fc2d6bc1329ce9e6d03ffc0ea71164df6a5b157" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ca9ef0ddd36d38c3c4088020ac5ac9acf934957917157cfcf05543c320ec7d0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "833f65766b9758a7bcdc9135a33018b1b57aee08cc5829a321fd4b729f792a05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3932cec2d04cd6ad8c9a6369c9bb9e18dcd56ce26a788c5f89bfec37bd92ddf9" + sha256 cellar: :any_skip_relocation, sonoma: "616a6d487eace71b7d868d566fa3fb4f51ee8faa41c53b788b147d078c4ac0a6" + sha256 cellar: :any_skip_relocation, ventura: "8df5a7571141f57b860b9030780db466b749250744174611fc50a6cdb8d5d9ad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "daf58cebe16b7514616d3d877042c07438572553eef7f0d63c3f9987263bb96d" end depends_on "rust" => :build