homebrew-cask/Casks/noun-project.rb

16 lines
555 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'noun-project' do
2017-04-20 10:12:37 +08:00
version '2.1'
sha256 'cefa5ce73b3fdac05fe057de511d744832590b1e865512e07b7fbc592326e919'
2016-02-02 00:39:02 +08:00
# amazonaws.com/nounproject was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/nounproject/mac/Noun-Project-#{version}.dmg"
2015-06-29 14:32:18 +08:00
appcast 'https://thenounproject.com/for-mac/feed/',
2017-04-20 10:12:37 +08:00
checkpoint: '11f22d9bed485159fc0ca3e52c7f80dc33b39c8e2811ee1ded220f9bf526400e'
name 'Noun Project'
homepage 'https://thenounproject.com/'
depends_on macos: '>= :mavericks'
app 'Noun Project.app'
end