homebrew-cask/Casks/teitoku.rb

15 lines
539 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'teitoku' do
2014-11-16 18:41:51 +08:00
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-12-26 04:57:40 +08:00
appcast 'https://github.com/geta6/teitoku/releases.atom',
checkpoint: '84392c67a7a06a97fd1c37593bebaf1470da8475e37c0b44476ed7b746f92cfa'
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