homebrew-cask/Casks/filedrop.rb

13 lines
305 B
Ruby

cask '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 :gratis
app 'Filedrop.app'
end