We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cd2d0 commit 0dea792Copy full SHA for 0dea792
Formula/lib/libcpuid.rb
@@ -1,8 +1,8 @@
1
class Libcpuid < Formula
2
desc "Small C library for x86 CPU detection and feature extraction"
3
homepage "https://github.com/anrieff/libcpuid"
4
- url "https://github.com/anrieff/libcpuid/archive/refs/tags/v0.7.1.tar.gz"
5
- sha256 "c54879ea33b68a2e752c20fb0e3cd04439a9177eab23371f709f15a45df43644"
+ url "https://github.com/anrieff/libcpuid/archive/refs/tags/v0.8.0.tar.gz"
+ sha256 "a5fe37d79bda121cbdf385ae3f6fa621da6a3102aa609400a718a4b8b82ed8aa"
6
license "BSD-2-Clause"
7
head "https://github.com/anrieff/libcpuid.git", branch: "master"
8
0 commit comments