homebrew-cask/Casks/twentytwo.rb

14 lines
400 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'twentytwo' do
2014-09-17 19:43:06 +08:00
version :latest
sha256 :no_check
url 'https://github.com/marcw/twentytwo/raw/master/dist/TwentyTwo.dmg'
2015-12-26 04:57:40 +08:00
appcast 'https://raw.github.com/marcw/soundcleod/master/appcast.xml',
:sha256 => '7182774b4cd05d3869b09640d37f1519b3ab1e755e65648574a83090f46c1e28'
name 'TwentyTwo'
homepage 'https://github.com/marcw/twentytwo'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:32 +08:00
app 'TwentyTwo.app'
end