mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
244 B
Ruby
7 lines
244 B
Ruby
class Robomongo < Cask
|
|
url 'http://robomongo.org/files/mac/Robomongo-0.8.4-x86_64.dmg'
|
|
homepage 'http://robomongo.org'
|
|
version '0.8.4'
|
|
sha256 '52976b139e9221c2d1bd888ca2e87e14c134d324523973921123c3fe59821108'
|
|
link 'Robomongo.app'
|
|
end
|