mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
404 B
Ruby
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
|