Skip to content

Commit

Permalink
Merge pull request #163533 from Porkepix/bump-cpuid-2.2.7
Browse files Browse the repository at this point in the history
cpuid 2.2.7
  • Loading branch information
BrewTestBot authored Feb 21, 2024
2 parents edf4ad9 + 0450212 commit 0bdd29c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cpuid.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Cpuid < Formula
desc "CPU feature identification for Go"
homepage "https://github.com/klauspost/cpuid"
url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.6.tar.gz"
sha256 "7a32884f6adb94f870761bf3d174c6216d56d8ccd12ae1b00e220466cdfa290c"
url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.7.tar.gz"
sha256 "3af0c0c25c7ce1feaa89ea039d400d8c500d035f9a36e86d107d4743392a1da0"
license "MIT"
head "https://github.com/klauspost/cpuid.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d080e3e206d595fda2d83d9d2e3375d08e2c8c971fe7f7840fc54be255b139ce"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d080e3e206d595fda2d83d9d2e3375d08e2c8c971fe7f7840fc54be255b139ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d080e3e206d595fda2d83d9d2e3375d08e2c8c971fe7f7840fc54be255b139ce"
sha256 cellar: :any_skip_relocation, sonoma: "88f312108e68b4e01833c65d2a3ce0181440386f7c8e6f5f30ca05f3f304b523"
sha256 cellar: :any_skip_relocation, ventura: "88f312108e68b4e01833c65d2a3ce0181440386f7c8e6f5f30ca05f3f304b523"
sha256 cellar: :any_skip_relocation, monterey: "88f312108e68b4e01833c65d2a3ce0181440386f7c8e6f5f30ca05f3f304b523"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ec31059044fa32595435d45dbe6deee876df929fa5e03000c31abf9572b466d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce4f8a80337d624eabeff770bf86b20e8ffb772bbc88b886eb8033c129f6e50c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce4f8a80337d624eabeff770bf86b20e8ffb772bbc88b886eb8033c129f6e50c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ce4f8a80337d624eabeff770bf86b20e8ffb772bbc88b886eb8033c129f6e50c"
sha256 cellar: :any_skip_relocation, sonoma: "af9ac64d0388cfa78c29319e6cbf4879b0f540842da26973be54f7be9059ecc0"
sha256 cellar: :any_skip_relocation, ventura: "af9ac64d0388cfa78c29319e6cbf4879b0f540842da26973be54f7be9059ecc0"
sha256 cellar: :any_skip_relocation, monterey: "af9ac64d0388cfa78c29319e6cbf4879b0f540842da26973be54f7be9059ecc0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a3a5c9b8b7c676e8968367b49d1062191e0f8ba1486e6be14a0fa342ba060ec2"
end

depends_on "go" => :build
Expand Down

0 comments on commit 0bdd29c

Please sign in to comment.