homebrew-cask-versions/Casks/filedrop.rb
2015-01-17 19:15:54 +00:00

12 lines
410 B
Ruby

cask :v1 => 'filedrop' do
version :latest
sha256 :no_check
# googleapis.com is the official download host per the vendor homepage
url 'https://commondatastorage.googleapis.com/filedropme/Filedrop.dmg'
name 'Filedrop'
homepage 'http://www.filedropme.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Filedrop.app'
end