Files
homebrew-cask/Casks/m/mucommander.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

15 lines
472 B
Ruby

cask "mucommander" do
version "1.3.0-1"
sha256 "55c8fbc57ab646d6a6683a6f42a79513e9251189e385097496b1cce9445482d0"
url "https://github.com/mucommander/mucommander/releases/download/#{version}/muCommander-#{version}.dmg",
verified: "github.com/mucommander/mucommander/"
name "muCommander"
desc "File manager with a dual-pane interface"
homepage "https://www.mucommander.com/"
app "muCommander.app"
zap trash: "~/Library/Preferences/muCommander"
end