cask :v1 => 'kitematic' do version '0.5.10' sha256 '00380414c1d2be0d39d4120d85cccc54f64715be7ab9578e570933fe32e31025' # github.com is the official download host per the vendor homepage url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}.zip" appcast 'https://github.com/kitematic/kitematic/releases.atom' name 'Kitematic' homepage 'https://kitematic.com/' license :apache app 'Kitematic (Beta).app' zap :delete => [ '~/Library/Application Support/Kitematic', '~/Kitematic' ] end