Files
homebrew-cask/Casks/m/mongodbpreferencepane.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
392 B
Ruby

cask "mongodbpreferencepane" do
version :latest
sha256 :no_check
url "https://github.com/remysaissy/mongodb-macosx-prefspane/raw/master/download/MongoDB.prefPane.zip"
name "MongoDB-PrefsPane"
desc "Preference pane to control MongoDB Server"
homepage "https://github.com/remysaissy/mongodb-macosx-prefspane"
prefpane "MongoDB.prefPane"
caveats do
discontinued
end
end