Files
homebrew-cask/Casks/o/opendnsupdater.rb
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

17 lines
365 B
Ruby

cask "opendnsupdater" do
version "3.1"
sha256 :no_check
url "https://www.opendns.com/download/mac/"
name "OpenDNS Updater"
desc "Dynamic IP updater client"
homepage "https://support.opendns.com/hc/en-us/articles/227987867"
livecheck do
url "https://www.opendns.com/download/mac/"
strategy :header_match
end
app "OpenDNSUpdater.app"
end