homebrew-cask/Casks/filedrop.rb

13 lines
339 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'filedrop' do
2014-09-17 19:42:44 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-02-14 08:41:47 +08:00
# commondatastorage.googleapis.com/filedropme was verified as official when first introduced to the cask
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