homebrew-cask/Casks/google-drive.rb

8 lines
186 B
Ruby
Raw Normal View History

2013-05-14 19:32:14 +08:00
class GoogleDrive < Cask
url 'https://dl.google.com/drive/installgoogledrive.dmg'
homepage 'https://drive.google.com/'
version 'latest'
no_checksum
2013-06-01 07:51:31 +08:00
link 'Google Drive.app'
2013-05-14 19:32:14 +08:00
end