@@ -7,14 +7,12 @@ class Cpuid < Formula
77 head "https://github.com/klauspost/cpuid.git" , branch : "master"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_sequoia : "33e7a015806e78f4b1fb07ad98ea9714b4d520bbfa04257bb8087e8399609750"
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "0edf8630d52570d7d10bd8be300bcf8eb10ff145a95cb59ca0c76bf85e04fc25"
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "0edf8630d52570d7d10bd8be300bcf8eb10ff145a95cb59ca0c76bf85e04fc25"
13- sha256 cellar : :any_skip_relocation , arm64_monterey : "0edf8630d52570d7d10bd8be300bcf8eb10ff145a95cb59ca0c76bf85e04fc25"
14- sha256 cellar : :any_skip_relocation , sonoma : "f547bb2fdfe3faa96f32a2cfd4a4f704b29bb103c1ea64b68f21e53f88969dd0"
15- sha256 cellar : :any_skip_relocation , ventura : "f547bb2fdfe3faa96f32a2cfd4a4f704b29bb103c1ea64b68f21e53f88969dd0"
16- sha256 cellar : :any_skip_relocation , monterey : "f547bb2fdfe3faa96f32a2cfd4a4f704b29bb103c1ea64b68f21e53f88969dd0"
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "605634d94146c53b3f225c54e0d18d492d61997a0938f2e5359b8c4a18663795"
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "f95188e40b7e55fc5451537908b22ccb1d6ad6c092834a69c2a8d99de6f53fe7"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "f95188e40b7e55fc5451537908b22ccb1d6ad6c092834a69c2a8d99de6f53fe7"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "f95188e40b7e55fc5451537908b22ccb1d6ad6c092834a69c2a8d99de6f53fe7"
13+ sha256 cellar : :any_skip_relocation , sonoma : "1860157d6df98e8353bb72b0201c0a044a4c7766e6d8e0d764abe1e49bfc749f"
14+ sha256 cellar : :any_skip_relocation , ventura : "1860157d6df98e8353bb72b0201c0a044a4c7766e6d8e0d764abe1e49bfc749f"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "3cb7c366b4d4e397d0a7c0f76ce0319756403b89cc1302a27eae587f201b5646"
1816 end
1917
2018 depends_on "go" => :build
0 commit comments