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-02-03 08:38:35 +08:00
version '0.7.1'
sha256 '728add570b07f401dbccce81d8c0abb5cfb550b7b6c499680b504ae8ea82ec6a'
# 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-02-03 08:38:35 +08:00
checkpoint: '53be5e4fccfa908f527f89e71383505904e6dc274c8e96e79125f9a0c4fb04bd'
2015-01-12 03:42:35 +08:00
name 'Track-o-Bot'
homepage 'https://trackobot.com/'
license :gpl
app 'Track-o-Bot.app'
end