homebrew-cask/Casks/google-nik-collection.rb

11 lines
261 B
Ruby
Raw Normal View History

2014-07-29 11:13:09 +08:00
class GoogleNikCollection < Cask
version :latest
2014-07-29 11:13:09 +08:00
sha256 :no_check
url 'http://dl.google.com/dl/edgedl/photos/nikcollection-latest.dmg'
homepage 'https://www.google.com/nikcollection/'
license :unknown
2014-07-29 11:13:09 +08:00
installer :manual => 'Nik Collection.app'
2014-07-29 11:13:09 +08:00
end