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.
11 lines
328 B
Ruby
11 lines
328 B
Ruby
cask "macdependency" do
|
|
version "1.1.0"
|
|
sha256 "02679873bd4c3b686a82ecafd26ae270b8def2c832ca5e70720ca29b104bd973"
|
|
|
|
url "https://github.com/kwin/macdependency/releases/download/#{version}/MacDependency-#{version}.dmg"
|
|
name "MacDependency"
|
|
homepage "https://github.com/kwin/macdependency"
|
|
|
|
app "MacDependency.app"
|
|
end
|