From fcd54389f08c378cfcd07050258cd6c0d760f892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 26 Jan 2015 17:03:41 +0000 Subject: [PATCH] temperature-monitor.rb: added discontinued caveat --- Casks/temperature-monitor.rb | 4 ++++ 1 file changed, 4 insertions(+) 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