homebrew-cask/Casks/temperature-monitor.rb

17 lines
432 B
Ruby

cask 'temperature-monitor' do
version :latest
sha256 :no_check
# ssl.webpack.de/bresink.eu was verified as official when first introduced to the cask
url 'https://ssl.webpack.de/bresink.eu/Downloads/TemperatureMonitor.dmg'
name 'Temperature Monitor'
homepage 'https://www.bresink.com/osx/LegacyProducts.html'
app 'Temperature Monitor.app'
app 'Temperatur Monitor Lite.app'
caveats do
discontinued
end
end