14 lines
424 B
Ruby
14 lines
424 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"
|
|
|
|
deprecate! date: "2023-12-17", because: :discontinued
|
|
|
|
app "MachOExplorer.app"
|
|
end
|