homebrew-cask/Casks/twentytwo.rb

13 lines
318 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => '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'
2014-06-09 22:41:39 +08:00
appcast 'https://raw.github.com/marcw/soundcleod/master/appcast.xml'
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