cask 'mongodb' do version '4.0.0-build.1' sha256 'c1279ea26b51515bf037a8830e3c236e1ce891a263e1c92dd20c5db7b355abac' # github.com/gcollazo/mongodbapp was verified as official when first introduced to the cask url "https://github.com/gcollazo/mongodbapp/releases/download/#{version}/MongoDB.zip" appcast 'https://github.com/gcollazo/mongodbapp/releases.atom' name 'MongoDB' homepage 'https://elweb.co/mongodb-app/' app 'MongoDB.app' zap trash: [ '~/Library/Caches/io.blimp.MongoDB', '~/Library/Preferences/io.blimp.MongoDB.plist', ] end