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
365 B
Ruby
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
|