homebrew-cask/Casks/cloudpull.rb

11 lines
289 B
Ruby

class Cloudpull < Cask
version 'latest'
sha256 :no_check
url 'http://downloads.goldenhillsoftware.com/cloudpull/CloudPull.zip'
appcast 'https://secure.goldenhillsoftware.com/updates/cloudpull/appcast.xml'
homepage 'http://www.goldenhillsoftware.com/'
app 'CloudPull.app'
end