homebrew-cask/Casks/traktable.rb

13 lines
381 B
Ruby
Raw Normal View History

2014-11-14 01:27:13 +08:00
cask :v1 => 'traktable' do
2014-06-24 22:11:11 +08:00
version '0.5.2'
sha256 '77d3800f02f2b5a2aef8a56e7986b731831738673e35c633d743df87bc556225'
2014-09-26 20:09:16 +08:00
url "https://github.com/yo-han/Traktable/releases/download/#{version}/Traktable.zip"
2015-03-15 19:55:49 +08:00
appcast 'https://github.com/yo-han/Traktable/releases.atom'
2015-01-10 05:29:25 +08:00
name 'Traktable'
2015-06-29 14:32:18 +08:00
homepage 'https://yo-han.github.io/Traktable/'
2014-10-01 23:34:08 +08:00
license :oss
2014-06-24 22:11:11 +08:00
2014-09-16 00:06:31 +08:00
app 'Traktable.app'
2014-06-24 22:11:11 +08:00
end