cask 'cmake' do version '3.15.2' sha256 '71b16497b09088afe74264ca34c64fa5ac35f0f5849a0aad3e513acb9703c3e1' url "https://www.cmake.org/files/v#{version.major_minor}/cmake-#{version}-Darwin-x86_64.dmg" appcast 'https://cmake.org/files/LatestRelease/' name 'CMake' homepage 'https://cmake.org/' conflicts_with formula: 'cmake' app 'CMake.app' binary "#{appdir}/CMake.app/Contents/bin/cmake" binary "#{appdir}/CMake.app/Contents/bin/ccmake" binary "#{appdir}/CMake.app/Contents/bin/cpack" binary "#{appdir}/CMake.app/Contents/bin/ctest" binary "#{appdir}/CMake.app/Contents/bin/cmake-gui" end