mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
250 B
Ruby
9 lines
250 B
Ruby
class Robomongo < Cask
|
|
version '0.8.4'
|
|
sha256 '52976b139e9221c2d1bd888ca2e87e14c134d324523973921123c3fe59821108'
|
|
|
|
url "http://robomongo.org/files/mac/Robomongo-#{version}-x86_64.dmg"
|
|
homepage 'http://robomongo.org'
|
|
|
|
app 'Robomongo.app'
|
|
end
|