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 7f94c5e commit 1a60742Copy full SHA for 1a60742
Formula/c/cpuid.rb
@@ -1,8 +1,8 @@
1
class Cpuid < Formula
2
desc "CPU feature identification for Go"
3
homepage "https://github.com/klauspost/cpuid"
4
- url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.8.tar.gz"
5
- sha256 "765dda37ed4fffdbf00ef6055a1e12fd63a16707b1ab1a0bbdc5749c19343bfc"
+ url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.9.tar.gz"
+ sha256 "d0aa17338c623af41fe17bb542ebaac5313a56c5f0a400577ee89319d054b4ca"
6
license "MIT"
7
head "https://github.com/klauspost/cpuid.git", branch: "master"
8
0 commit comments