mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This does no harm, and was sufficient to make the following
command pass on my development machine:
ruby1.9 /usr/bin/rake test
8 lines
239 B
Ruby
8 lines
239 B
Ruby
# encoding: UTF-8
|
|
class Baiducloud < Cask
|
|
url 'http://bcscdn.baidu.com/netdisk/BaiduYun_2.4.0.dmg'
|
|
homepage 'http://pan.baidu.com'
|
|
version '2.4.0'
|
|
sha1 'dbc2f55028049d1dcef8effe12a47c6e9d355ac2'
|
|
link '百度云同步盘.app'
|
|
end
|