diff --git a/Casks/temperature-monitor.rb b/Casks/temperature-monitor.rb index dca6b5d28..b81e2dbd9 100644 --- a/Casks/temperature-monitor.rb +++ b/Casks/temperature-monitor.rb @@ -10,4 +10,8 @@ cask :v1 => 'temperature-monitor' do # Renamed for consistency: app name is different in the Finder and in a shell. app 'TemperatureMonitor.app', :target => 'TemperatureMonitor.app' app 'TemperaturMonitorLite.app', :target => 'Temperature Monitor Lite.app' + + caveats do + discontinued + end end