Skip to content

Commit e9a14bf

Browse files
committed
cpu_features 0.10.1
1 parent 491f66b commit e9a14bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cpu_features.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CpuFeatures < Formula
22
desc "Cross platform C99 library to get cpu features at runtime"
33
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"
4+
url "https://github.com/google/cpu_features/archive/refs/tags/v0.10.1.tar.gz"
5+
sha256 "52639b380fced11d738f8b151dbfee63fb94957731d07f1966c812e5b90cbad4"
66
license "Apache-2.0"
77
head "https://github.com/google/cpu_features.git", branch: "main"
88

0 commit comments

Comments
 (0)