homebrew-cask/Casks/noun-project.rb

17 lines
572 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'noun-project' do
2015-12-11 05:56:52 +08:00
version '1.1.3'
sha256 '48cccb6c6e96f98eb3e31f10ec5a9478c1448637aa5c6e689d98f7d5b4c86931'
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/',
checkpoint: '5f20b3ebde64e2015c4be14b8b0f93cea927df78cf443ba7c985c314273dbfc2'
name 'Noun Project'
homepage 'https://thenounproject.com'
license :commercial
depends_on macos: '>= 10.9'
app 'Noun Project.app'
end