mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
288 B
Ruby
11 lines
288 B
Ruby
cask :v1 => 'robomongo' do
|
|
version '0.8.5'
|
|
sha256 'fdf9fb0bb94accf92217de6424a1760cf4ed4ab1dbda929b7892b5ddde4074e0'
|
|
|
|
url "http://robomongo.org/files/mac/Robomongo-#{version}-x86_64.dmg"
|
|
name 'Robomongo'
|
|
homepage 'http://robomongo.org'
|
|
license :gpl
|
|
|
|
app 'Robomongo.app'
|
|
end
|