homebrew-cask/Casks/fakethunder.rb

15 lines
530 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fakethunder' do
2014-10-21 16:32:13 +08:00
version '2.0.17'
sha256 'c4f2d26535279e84b4b82d1e203b0efcc3bfaaed796d9fa7b587b17282f57a10'
# martianlaboratory.com is the official download host per the vendor homepage
2014-10-21 16:32:13 +08:00
url 'http://martianlaboratory.com/fakethunder/fakeThunder217.zip'
2014-10-15 23:43:49 +08:00
appcast 'http://martianlaboratory.com/fakethunder/update.xml',
:sha256 => '71c38833d0f6e1fb929d6914e2cbaa3978a5155cde21353eae7a73d046b10731'
2015-03-30 00:07:23 +08:00
name 'fakeThunder'
homepage 'https://martianz.cn/fakethunder/'
license :gpl
2014-09-16 00:05:33 +08:00
app 'fakeThunder.app'
2013-12-08 13:30:51 +08:00
end