mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
312 B
Ruby
11 lines
312 B
Ruby
cask :v1 => 'cloudpull' do
|
|
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/'
|
|
license :freemium
|
|
|
|
app 'CloudPull.app'
|
|
end
|