Files
homebrew-cask/Casks/m/macdependency.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

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