homebrew-cask/Casks/quickcast.rb

8 lines
182 B
Ruby
Raw Normal View History

class Quickcast < Cask
2013-10-09 10:47:33 +08:00
url 'https://s3.amazonaws.com/quickcast-app/mac/QuickCast.dmg'
2013-08-03 08:53:47 +08:00
homepage 'http://quickcast.io/'
2013-10-09 10:47:33 +08:00
version 'latest'
no_checksum
2013-08-03 08:53:47 +08:00
link 'QuickCast.app'
end