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

13 lines
415 B
Ruby
Raw Normal View History

cask :v1 => 'google-nik-collection' do
version :latest
2014-07-29 11:13:09 +08:00
sha256 :no_check
url 'http://dl.google.com/dl/edgedl/photos/nikcollection-latest.dmg'
2015-01-12 02:49:24 +08:00
name 'Nik Collection'
2014-07-29 11:13:09 +08:00
homepage 'https://www.google.com/nikcollection/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-01-12 02:49:24 +08:00
tags :vendor => 'Google'
2014-07-29 11:13:09 +08:00
installer :manual => 'Nik Collection.app'
2014-07-29 11:13:09 +08:00
end