Skip to content

Commit df0fc55

Browse files
authored
Merge pull request #255037 from Homebrew/bump-cyme-2.2.8
cyme 2.2.8
2 parents 299ce05 + 0b10d00 commit df0fc55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cyme.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Cyme < Formula
22
desc "List system USB buses and devices"
33
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"
66
license "GPL-3.0-or-later"
77
head "https://github.com/tuna-f1sh/cyme.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)