homebrew-cask/Casks/track-o-bot.rb

15 lines
551 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'track-o-bot' do
2016-04-02 05:33:24 +08:00
version '0.8.0'
sha256 'fa76dcef74efd0eac4d80c0445c0b7dde424e41e397b4dfc69c66e0a884d11aa'
# github.com is the official download host per the vendor homepage
2014-10-08 19:14:25 +08:00
url "https://github.com/stevschmid/track-o-bot/releases/download/#{version}/Track-o-Bot_#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/stevschmid/track-o-bot/releases.atom',
2016-04-02 05:33:24 +08:00
checkpoint: '35d01d607d0515555e6794a12f5602ad31fe94657d5334ceb642f7ce1ea87ad5'
2015-01-12 03:42:35 +08:00
name 'Track-o-Bot'
homepage 'https://trackobot.com/'
license :gpl
app 'Track-o-Bot.app'
end