homebrew-cask/Casks/yandexdisk.rb

12 lines
331 B
Ruby
Raw Normal View History

2014-11-14 01:27:25 +08:00
cask :v1 => 'yandexdisk' do
2014-09-17 19:43:08 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://disk.yandex.com/download/Yandex.Disk.Mac.dmg'
2015-01-05 04:54:40 +08:00
name 'Yandex.Disk'
homepage 'https://disk.yandex.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:39 +08:00
app 'Yandex.Disk.app'
2014-03-23 20:54:01 +08:00
end