homebrew-cask/Casks/filedrop.rb

13 lines
312 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'filedrop' do
2014-09-17 19:42:44 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 03:00:21 +08:00
# googleapis.com is the official download host per the vendor homepage
url 'https://commondatastorage.googleapis.com/filedropme/Filedrop.dmg'
2015-01-05 00:58:52 +08:00
name 'Filedrop'
homepage 'http://www.filedropme.com/'
2015-08-30 02:13:56 +08:00
license :gratis
2014-09-16 00:05:34 +08:00
app 'Filedrop.app'
end