homebrew-cask/Casks/rescuetime.rb

12 lines
235 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rescuetime' do
2014-09-17 19:42:59 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://www.rescuetime.com/installers/RescueTimeInstaller.dmg'
2015-04-25 22:50:52 +08:00
name 'RescueTime'
homepage 'https://www.rescuetime.com'
2015-10-31 00:05:42 +08:00
license :gratis
2014-09-16 00:06:14 +08:00
app 'RescueTime.app'
2013-10-18 13:40:13 +08:00
end