homebrew-cask/Casks/hot.rb

19 lines
485 B
Ruby

cask "hot" do
version "1.6.1"
sha256 "3eae0f62c55fe22b4bb5b06e1cfe39e557fda2ba9a11e8e65dcabeafbdd31884"
url "https://github.com/macmade/Hot/releases/download/#{version}/Hot.app.zip"
name "Hot"
desc "Menu bar application that displays the CPU speed limit due to thermal issues"
homepage "https://github.com/macmade/Hot"
auto_updates true
app "Hot.app"
zap trash: [
"~/Library/Caches/com.xs-labs.Hot",
"~/Library/Preferences/com.xs-labs.Hot.plist",
]
end