homebrew-cask/Casks/teitoku.rb

14 lines
456 B
Ruby
Raw Normal View History

2014-11-16 18:41:51 +08:00
cask :v1 => 'teitoku' do
version '0.3.2'
sha256 '87812a8a1167ee69942f35b55e402c86f1079ab0f946c1d3a049a716bd8406e1'
2015-01-19 10:25:28 +08:00
# github.com is the official download host per the vendor homepage
2014-11-16 18:41:51 +08:00
url "https://github.com/geta6/teitoku/releases/download/#{version}/teitoku-#{version}-osx.zip"
2015-03-15 19:55:38 +08:00
appcast 'https://github.com/geta6/teitoku/releases.atom'
2015-05-04 04:36:35 +08:00
name 'Teitoku'
2014-11-16 18:41:51 +08:00
homepage 'http://makebooth.com/i/1xkN1'
license :mit
app 'teitoku-osx/Teitoku.app'
end