mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
7 lines
203 B
Ruby
7 lines
203 B
Ruby
class CloudPull < Cask
|
|
url 'http://downloads.goldenhillsoftware.com/cloudpull/CloudPull.zip'
|
|
homepage 'http://www.goldenhillsoftware.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'CloudPull.app'
|
|
end
|