homebrew-cask-versions/Casks/fakethunder.rb
2014-12-10 08:49:22 -05:00

12 lines
487 B
Ruby

cask :v1 => 'fakethunder' do
version '2.0.17'
sha256 'c4f2d26535279e84b4b82d1e203b0efcc3bfaaed796d9fa7b587b17282f57a10'
url 'http://martianlaboratory.com/fakethunder/fakeThunder217.zip'
appcast 'http://martianlaboratory.com/fakethunder/update.xml',
:sha256 => '71c38833d0f6e1fb929d6914e2cbaa3978a5155cde21353eae7a73d046b10731'
homepage 'http://martianz.cn/fakethunder/'
license :unknown # todo: improve this machine-generated value
app 'fakeThunder.app'
end