Files
homebrew-cask/Casks/t/trolcommander.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

13 lines
465 B
Ruby

cask "trolcommander" do
version "0.9.9"
sha256 "143b62df9fa2ece807724b690692787cb10b3e42796faf6944f1f2d047db1d9e"
url "https://github.com/trol73/mucommander/releases/download/v#{version}/trolcommander-#{version.dots_to_underscores}.app.tar.gz?raw=true",
verified: "github.com/trol73/mucommander/"
name "trolCommander"
desc "Fork of the muCommander file manager"
homepage "https://trolsoft.ru/en/soft/trolcommander"
app "trolCommander.app"
end