mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
192 B
Ruby
7 lines
192 B
Ruby
class Fake < Cask
|
|
url 'http://fakeapp.com/dist/Fake_1.8.9.1.zip'
|
|
homepage 'http://fakeapp.com/'
|
|
version '1.8.9.1'
|
|
sha1 'e42e916b261f4d9b3297d1ab8867420897e15413'
|
|
link 'Fake.app'
|
|
end
|