homebrew-cask/Casks/phonegap.rb

13 lines
491 B
Ruby

cask "phonegap" do
version "0.4.5"
sha256 "1158660f45637593d7721f2d50f2792ac8b1744950a37ca8072f29c9922efdf6"
# github.com/phonegap/phonegap-app-desktop/ was verified as official when first introduced to the cask
url "https://github.com/phonegap/phonegap-app-desktop/releases/download/#{version}/PhoneGapDesktop.dmg"
appcast "https://github.com/phonegap/phonegap-app-desktop/releases.atom"
name "PhoneGap Desktop App"
homepage "https://phonegap.com/"
app "PhoneGap.app"
end