homebrew-cask/Casks/traktable.rb

14 lines
540 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'traktable' do
2014-06-24 22:11:11 +08:00
version '0.5.2'
sha256 '77d3800f02f2b5a2aef8a56e7986b731831738673e35c633d743df87bc556225'
2016-02-11 06:29:28 +08:00
# github.com/yo-han/Traktable was verified as official when first introduced to the cask
2014-09-26 20:09:16 +08:00
url "https://github.com/yo-han/Traktable/releases/download/#{version}/Traktable.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/yo-han/Traktable/releases.atom',
checkpoint: 'ed5ed4c4b7c56e4a348823f162e8d23fb9f4395a0d456ca2ea8fe36b9e7e8d6e'
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-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