homebrew-cask/Casks/time-tracker.rb

14 lines
500 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'time-tracker' do
version '1.3.13'
sha256 'a6c982ee82f8babcf0f42d49950e5b3a1d613946736a7ee4a272b05916271aeb'
2014-09-26 20:09:15 +08:00
url "https://time-tracker-mac.googlecode.com/files/Time%20Tracker-#{version}.zip"
2015-06-29 14:32:18 +08:00
appcast 'https://time-tracker-mac.googlecode.com/svn/appcast/timetracker-test.xml',
2014-10-15 23:43:56 +08:00
:sha256 => '8737634f2e43e4eaf63d2ab603b47e46c13f3c322e2484b407f45776905777aa'
name 'TimeTracker'
homepage 'https://github.com/rburgst/time-tracker-mac'
license :gpl
2014-09-16 00:06:29 +08:00
app 'Time Tracker.app'
2013-11-02 06:26:35 +08:00
end