homebrew-cask/Casks/fake.rb

14 lines
493 B
Ruby
Raw Normal View History

2014-11-14 01:25:48 +08:00
cask :v1 => 'fake' do
version '1.8.9.1'
sha256 'a350b00e17e690077feb05c3b26a6ca173a21bfbe39d51d8db1cd5689a4574c5'
2014-09-26 20:08:53 +08:00
url "http://fakeapp.com/dist/Fake_#{version}.zip"
2014-10-15 23:43:49 +08:00
appcast 'http://fakeapp.com/appcast/fake.rss',
:sha256 => '286ba147f304651cfbb44b03a1b5fd6b5f131cde3b04530a42cd4c5504e54b8a'
2015-03-30 00:06:53 +08:00
name 'Fake'
2013-07-09 07:55:50 +08:00
homepage 'http://fakeapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:33 +08:00
app 'Fake.app'
2013-07-09 07:55:50 +08:00
end