homebrew-cask/Casks/mongochef.rb

13 lines
374 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mongochef' do
2016-01-27 18:29:19 +08:00
version '3.3.0.1717'
sha256 '9d193c1e1488485a7e130d5a319387fe8835f79b9c8614981a2fa80c49e2ec29'
2015-06-29 14:32:18 +08:00
url "https://cdn.3t.io/mongochef/mac/#{version}/MongoChef.dmg"
name 'MongoChef'
2015-06-29 14:32:18 +08:00
homepage 'https://3t.io/mongochef/'
# License is free for personal use (gratis) and paid for business use (commercial)
license :other
app '3T MongoChef.app'
end