Files
homebrew-cask/Casks/c/cpuinfo.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

12 lines
323 B
Ruby

cask "cpuinfo" do
version "1.5.1"
sha256 "e6037c41db55d6032bfb0c5f6ed6b62d8303a58b1a13a972522253aeebef427a"
url "https://github.com/yusukeshibata/cpuinfo/raw/#{version}/dist/cpuinfo.zip"
name "cpuinfo"
desc "CPU meter menu bar app"
homepage "https://github.com/yusukeshibata/cpuinfo/"
app "cpuinfo.app"
end