homebrew-cask/Casks/loom.rb

11 lines
218 B
Ruby
Raw Normal View History

2014-02-09 04:47:34 +08:00
class Loom < Cask
version 'latest'
sha256 :no_check
2014-02-09 04:47:34 +08:00
url 'https://loom.com/download/loom-mac.dmg'
2014-05-14 21:40:01 +08:00
appcast 'http://www.loom.com/download/macupdate_1.1.xml'
2014-02-09 04:47:34 +08:00
homepage 'http://loom.com/'
2014-02-09 04:47:34 +08:00
link 'Loom.app'
end