homebrew-cask/Casks/temperature-monitor.rb

18 lines
558 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'temperature-monitor' do
2014-11-13 17:31:44 +08:00
version :latest
sha256 :no_check
# bresink.eu was verified as official when first introduced to the cask
url 'https://www.bresink.eu/Downloads/TemperatureMonitor.dmg'
2015-05-10 02:09:07 +08:00
name 'Temperature Monitor'
homepage 'https://www.bresink.com/osx/LegacyProducts.html'
2014-11-13 17:31:44 +08:00
# 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
2014-11-13 17:31:44 +08:00
end