homebrew-cask/Casks/time-tracker.rb

14 lines
523 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'time-tracker' do
version '1.3.13'
sha256 'a6c982ee82f8babcf0f42d49950e5b3a1d613946736a7ee4a272b05916271aeb'
2016-01-19 06:12:20 +08:00
url "https://github.com/rburgst/time-tracker-mac/releases/download/v#{version}-binary/Time.Tracker-#{version}-bin.zip"
appcast 'https://github.com/rburgst/time-tracker-mac/releases.atom',
checkpoint: 'f10b0a3f4b727f8dd307bc63b58b30b2d00c8921bcef532457dd60b0827217ec'
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