cask 'glyphs' do version '2.5.2-1150' sha256 'eee8b7f30424b3f496cb4f263609de825888ac00ef111742b9222622ecf4d459' url "https://updates.glyphsapp.com/Glyphs#{version}.zip" appcast "https://updates.glyphsapp.com/appcast#{version.major}.xml" name 'Glyphs' homepage 'https://glyphsapp.com/' auto_updates true depends_on macos: '>= :mavericks' app 'Glyphs.app' zap trash: [ '~/Library/Application Support/Glyphs', '~/Library/Application Support/com.GeorgSeifert.Glyphs2', '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.georgseifert.glyphs2.sfl*', '~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/com.GeorgSeifert.Glyphs2.help*', '~/Library/Preferences/com.GeorgSeifert.Glyphs2.plist', ] end