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

12 lines
259 B
Ruby

class GoogleNikCollection < Cask
version :latest
sha256 :no_check
url 'http://dl.google.com/dl/edgedl/photos/nikcollection-latest.dmg'
homepage 'https://www.google.com/nikcollection/'
caveats do
manual_installer 'Nik Collection.app'
end
end