homebrew-cask/Casks/glyphs.rb

24 lines
981 B
Ruby

cask 'glyphs' do
version '2.5.2-1146'
sha256 '624106132847fd3f1a81e9ae0b19d515a9c415cd5919a92eaf8926d6f203120e'
url "https://updates.glyphsapp.com/Glyphs#{version}.zip"
appcast "https://updates.glyphsapp.com/appcast#{version.major}.xml",
checkpoint: '10743542cde70e57be302fdce5e7252731484d39f40e0ee4b6d73fd3699e845a'
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