cpuid 2.2.3

Closes #119321.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-12-29 12:53:22 +01:00 committed by BrewTestBot
parent d6f986c4f8
commit fe303a2cb9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Cpuid < Formula
desc "CPU feature identification for Go"
homepage "https://github.com/klauspost/cpuid"
url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.2.tar.gz"
sha256 "bd65882ac77c56cc4a8af5c7c72aa10818ae0b53b9a6928c6d02294e23798344"
url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.3.tar.gz"
sha256 "e5e05a2b6a8672e92634a655600299b4d427ca48a449c329c90aef28a3b9019d"
license "MIT"
head "https://github.com/klauspost/cpuid.git", branch: "master"