|
1 | 1 | class Cyme < Formula |
2 | 2 | desc "List system USB buses and devices" |
3 | 3 | homepage "https://github.com/tuna-f1sh/cyme" |
4 | | - url "https://github.com/tuna-f1sh/cyme/archive/refs/tags/v2.2.7.tar.gz" |
5 | | - sha256 "c40dab4c2e4c1e4444a277b5ac77fff38afb474bbaffc0b057f973c20e114c8f" |
| 4 | + url "https://github.com/tuna-f1sh/cyme/archive/refs/tags/v2.2.8.tar.gz" |
| 5 | + sha256 "a4fc0d5e2434d9a98f1b37683d3c1fe60d8605e8ad99f0a4f95387830c81b930" |
6 | 6 | license "GPL-3.0-or-later" |
7 | 7 | head "https://github.com/tuna-f1sh/cyme.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "5bbc0fd8c75d1705f331978e8110e00bfe5537b8639aba02b8fbd8b9e3da880d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45b212bd167cdf293f25e42b6f09e06004f6008890ecc3b09de941fbcb2ce107" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "299f484aa2fc84fe0fdb0813472abeb598ac755a1c7e0a04fcd2b4cac70d7e55" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "fd45d47fc242dea064fee61afcde3c009a7cff857950b8b7db6056cfcdfd6433" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "450126379d02d9d52a19962976bb86ac5cda9de901297751f6471e93eb86df39" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "71c2087864e5c1c096cb87e044d1ccace0db515bfe018818d51783a7c90bf89a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ca3eaa3054e0ee730cf3225c50b9d526d6e1137346a1218ad6e8419ed2efd68f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "268b0fcc83a178de1481c56f2aa11fa5d9157dcdc32707b148f17117629519fb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd3c534fba3b91457f8b005eaab8f92662f14869f553690ce8431b8ec8fe37d5" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e80c8df9df289d479ea3984a7b4a3c80b21dd4aaa4b8a02cdfa679ac3a701bbf" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "dbd99ea1feb4c065d13ca4f30bc9422b0652d2d028e63df4bb1a10b8638fc1e6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee7316242d6f427fcf9f4558308ac946a0eb78c9a7df2282ed5055e3ef4f4e2f" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments