cask :v1 => 'kitematic' do version '0.7.6' sha256 '297f6cd43de0474f194c9024ab01a6fa1225abb9b54e378653eeecc4627fa7c7' # github.com is the official download host per the vendor homepage url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}-Mac.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