Update ncar-ncl.rb

The 10.10 build of ncar-ncl works on OSX 10.11.  This update reflects that.
This commit is contained in:
Toberumono 2016-06-13 20:17:20 -05:00 committed by GitHub
parent 09805c5612
commit aca11f17aa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cask 'ncar-ncl' do
depends_on cask: 'xquartz'
depends_on formula: 'gcc'
depends_on macos: ['10.8', '10.9', '10.10']
depends_on macos: '>= 10.8'
depends_on arch: :x86_64
artifact 'include', target: '/usr/local/ncl-6.3.0/include'