homebrew-cask/Casks/noun-project.rb

17 lines
564 B
Ruby
Raw Normal View History

cask :v1 => 'noun-project' do
2015-11-25 05:51:23 +08:00
version '1.1.1'
sha256 '2c2dde80173af2d739688e47e74562b751bc138fffef68ae765e19597fd0ae0d'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/nounproject/mac/Noun-Project-#{version}.dmg"
name 'Noun Project'
2015-06-29 14:32:18 +08:00
appcast 'https://thenounproject.com/for-mac/feed/',
2015-11-25 05:51:23 +08:00
:sha256 => 'd5805a76644fde728873403ae7df2f16049908904db69b7af2e9650773a55cba'
homepage 'https://thenounproject.com'
license :commercial
app 'Noun Project.app'
depends_on :macos => '>= 10.9'
end