homebrew-cask/Casks/genymotion.rb

12 lines
432 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'genymotion' do
2014-11-11 23:28:21 +08:00
version '2.3.1'
2014-11-11 23:51:22 +08:00
sha256 'aa41be79a773ccf3a6b68971088c38ef34ff864128c57b09a8362b878f4534e0'
2014-09-26 20:08:55 +08:00
url "http://files2.genymotion.com/genymotion/genymotion-#{version}/genymotion-#{version}.dmg"
homepage 'http://www.genymotion.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:37 +08:00
app 'Genymotion.app'
app 'Genymotion Shell.app'
2013-10-31 22:52:23 +08:00
end