mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
214 B
Ruby
8 lines
214 B
Ruby
class Loom < Cask
|
|
url 'https://loom.com/download/loom-mac.dmg'
|
|
appcast 'http://www.loom.com/download/macupdate_1.1.xml'
|
|
homepage 'http://loom.com/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Loom.app'
|
|
end
|