Files
homebrew-cask/Casks/d/dyn-updater.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
365 B
Ruby

cask "dyn-updater" do
version "5.5.0"
sha256 "70cb2600907b05adf5a912baaee7512b6d70331405c551414889a49608a1fab9"
url "http://cdn.dyn.com/dynupdater/DynUpdater-#{version}.zip"
name "Dyn Updater"
homepage "https://dyn.com/updater/"
livecheck do
url "http://cdn.dyn.com/dynupdater/appcast.xml"
strategy :sparkle
end
app "Dyn Updater.app"
end