Merge pull request #154939 from chenrui333/maccpuid-remove

maccpuid: remove
This commit is contained in:
Patrick Linnane 2023-09-12 08:20:56 -07:00 committed by GitHub
commit cf3876edce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
cask "maccpuid" do
version "3.2"
sha256 :no_check
url "https://software.intel.com/content/dam/develop/public/us/en/documents/maccpuid.zip"
name "MacCPUID"
desc "Displays information via the CPUID instruction"
homepage "https://software.intel.com/content/www/us/en/develop/download/download-maccpuid"
livecheck do
url "https://software.intel.com/content/www/us/en/develop/download/download-maccpuid.html"
regex(/name="DownloadVersion"\s+content="v?(\d+(?:\.\d+)+)[ "<]/i)
end
app "MacCPUID.app"
zap trash: "~/Library/Caches/com.intel.MacCPUID"
end