Skip to content

Commit de8aec0

Browse files
authored
Merge pull request #196974 from Homebrew/bump-cpuid-2.2.9
cpuid 2.2.9
2 parents 0a24879 + 8d2f76f commit de8aec0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/c/cpuid.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Cpuid < Formula
22
desc "CPU feature identification for Go"
33
homepage "https://github.com/klauspost/cpuid"
4-
url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.8.tar.gz"
5-
sha256 "765dda37ed4fffdbf00ef6055a1e12fd63a16707b1ab1a0bbdc5749c19343bfc"
4+
url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.9.tar.gz"
5+
sha256 "d0aa17338c623af41fe17bb542ebaac5313a56c5f0a400577ee89319d054b4ca"
66
license "MIT"
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

Comments
 (0)