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 491f66b commit e9a14bfCopy full SHA for e9a14bf
Formula/c/cpu_features.rb
@@ -1,8 +1,8 @@
1
class CpuFeatures < Formula
2
desc "Cross platform C99 library to get cpu features at runtime"
3
homepage "https://github.com/google/cpu_features"
4
- url "https://github.com/google/cpu_features/archive/refs/tags/v0.10.0.tar.gz"
5
- sha256 "dc1be36d02b178e904aa91cce5c2701fe418d728f1c0a130a4196b66b087471a"
+ url "https://github.com/google/cpu_features/archive/refs/tags/v0.10.1.tar.gz"
+ sha256 "52639b380fced11d738f8b151dbfee63fb94957731d07f1966c812e5b90cbad4"
6
license "Apache-2.0"
7
head "https://github.com/google/cpu_features.git", branch: "main"
8
0 commit comments