mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
177 B
Ruby
9 lines
177 B
Ruby
class UbuntuOne < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://one.ubuntu.com/download/mac/client'
|
|
homepage 'http://one.ubuntu.com'
|
|
|
|
link 'Ubuntu One.app'
|
|
end
|