Files
homebrew-cask/Casks/m/machoexplorer.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
404 B
Ruby

cask "machoexplorer" do
version "1.0"
sha256 "3f9b9e400e008174cb9c4eb8f186b18060c5a12a93622c9d5f60254500735232"
url "https://github.com/everettjf/MachOExplorer/releases/download/v#{version}/MachOExplorer.dmg"
name "MachOExplorer"
desc "Mach-O Executable File Explorer"
homepage "https://github.com/everettjf/MachOExplorer"
app "MachOExplorer.app"
caveats do
discontinued
end
end