Skip to content

Commit 7255441

Browse files
authored
Merge pull request Homebrew#222359 from Homebrew/bump-libcpuid-0.8.0
libcpuid 0.8.0
2 parents 76f2034 + dccd7bf commit 7255441

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/lib/libcpuid.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
class Libcpuid < Formula
22
desc "Small C library for x86 CPU detection and feature extraction"
33
homepage "https://github.com/anrieff/libcpuid"
4-
url "https://github.com/anrieff/libcpuid/archive/refs/tags/v0.7.1.tar.gz"
5-
sha256 "c54879ea33b68a2e752c20fb0e3cd04439a9177eab23371f709f15a45df43644"
4+
url "https://github.com/anrieff/libcpuid/archive/refs/tags/v0.8.0.tar.gz"
5+
sha256 "a5fe37d79bda121cbdf385ae3f6fa621da6a3102aa609400a718a4b8b82ed8aa"
66
license "BSD-2-Clause"
77
head "https://github.com/anrieff/libcpuid.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, sonoma: "502f564bd91523e79b8506f8bf753efcbe86bf85b047b197c92a3a1232b17f02"
11-
sha256 cellar: :any, ventura: "1dcb0552126da1472e9c6cd0abc3a4231c255a6e474d16fb07983efac34a3e44"
12-
sha256 cellar: :any_skip_relocation, arm64_linux: "a945ee09a8ef44071f261806e795bd704e86cd30c472092e2091e15b4e2024da"
13-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd7e4e542360e3fd3e343512b328bbdb95790c08043f5bae000af293b74929ef"
10+
sha256 cellar: :any, sonoma: "a96631f0f039e5fbdac221e14ee15515a85e07cb0244e8bb975f97661fbf7c95"
11+
sha256 cellar: :any, ventura: "aeed3eaa6c57348a2e14f9889c933e08623b446a84090a2c91a9d78f6a700d9c"
12+
sha256 cellar: :any_skip_relocation, arm64_linux: "cbfd10fe0ec68c63934be68907409b761eeabadfdbc36903e9eb85fcfdaf2b15"
13+
sha256 cellar: :any_skip_relocation, x86_64_linux: "abd065dd786dcd3f4c4343f418e810502bdebf0674b0f01a05f58c06d98fd4e1"
1414
end
1515

1616
depends_on "autoconf" => :build

0 commit comments

Comments
 (0)