homebrew-cask/Casks/quickhue.rb

8 lines
204 B
Ruby
Raw Normal View History

class Quickhue < Cask
2013-06-25 07:30:39 +08:00
url 'https://github.com/danparsons/QuickHue/raw/master/QuickHue.zip'
homepage 'https://github.com/danparsons/QuickHue'
2013-06-25 07:49:59 +08:00
version 'latest'
2013-06-25 07:30:39 +08:00
no_checksum
link 'QuickHue.app'
end