mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
171 B
Ruby
7 lines
171 B
Ruby
class Line < Cask
|
|
url 'http://dl.desktop.line.naver.jp/naver/LINE/osx/Line.dmg'
|
|
homepage 'http://line.naver.jp'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Line.app'
|
|
end
|