Skip to content

Commit

Permalink
Merge pull request Homebrew#199589 from Homebrew/bump-libcpuid-0.7.1
Browse files Browse the repository at this point in the history
libcpuid 0.7.1
  • Loading branch information
BrewTestBot authored Nov 30, 2024
2 parents d14c025 + ef401df commit 2c39693
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/lib/libcpuid.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
class Libcpuid < Formula
desc "Small C library for x86 CPU detection and feature extraction"
homepage "https://github.com/anrieff/libcpuid"
url "https://github.com/anrieff/libcpuid/archive/refs/tags/v0.7.0.tar.gz"
sha256 "cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210"
url "https://github.com/anrieff/libcpuid/archive/refs/tags/v0.7.1.tar.gz"
sha256 "c54879ea33b68a2e752c20fb0e3cd04439a9177eab23371f709f15a45df43644"
license "BSD-2-Clause"
head "https://github.com/anrieff/libcpuid.git", branch: "master"

bottle do
sha256 cellar: :any, sonoma: "cdf5030cd5af1bb803485b2853ac70667962e9df464a0be7efd10894c9f3ecf1"
sha256 cellar: :any, ventura: "84cba38211a65ec58b209c1616efd38e1053f2554dd3b629a9570dfb4a7caf14"
sha256 cellar: :any, monterey: "4e5d099b1a7a93f4b7748adfcca7d43369b22ee4bbe6fda5fae001794aa32472"
sha256 cellar: :any_skip_relocation, x86_64_linux: "12735bcc406da1a4362c7f366bdb098f2b4a63cd63cd0df11116a55692dd9a1d"
sha256 cellar: :any, sonoma: "502f564bd91523e79b8506f8bf753efcbe86bf85b047b197c92a3a1232b17f02"
sha256 cellar: :any, ventura: "1dcb0552126da1472e9c6cd0abc3a4231c255a6e474d16fb07983efac34a3e44"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd7e4e542360e3fd3e343512b328bbdb95790c08043f5bae000af293b74929ef"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit 2c39693

Please sign in to comment.