Files
homebrew-cask/Casks/d/dialpad.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

18 lines
374 B
Ruby

cask "dialpad" do
version "22.0.1"
sha256 :no_check
url "https://storage.googleapis.com/dialpad_native/osx/Dialpad.dmg",
verified: "storage.googleapis.com/dialpad_native/osx/"
name "Dialpad"
desc "Cloud communication platform"
homepage "https://dialpad.com/download"
livecheck do
url :url
strategy :extract_plist
end
app "Dialpad.app"
end