homebrew-cask/Casks/glyphs.rb

23 lines
891 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'glyphs' do
2018-06-16 00:20:49 +08:00
version '2.5.2-1150'
sha256 'eee8b7f30424b3f496cb4f263609de825888ac00ef111742b9222622ecf4d459'
2015-07-08 07:16:05 +08:00
url "https://updates.glyphsapp.com/Glyphs#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast "https://updates.glyphsapp.com/appcast#{version.major}.xml"
name 'Glyphs'
homepage 'https://glyphsapp.com/'
2015-07-08 07:16:05 +08:00
2016-06-06 10:41:02 +08:00
auto_updates true
2018-05-13 03:24:59 +08:00
depends_on macos: '>= :mavericks'
2016-06-06 10:41:02 +08:00
2015-07-08 07:16:05 +08:00
app 'Glyphs.app'
2017-03-19 10:46:15 +08:00
2017-11-18 18:08:50 +08:00
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',
]
2015-07-08 07:16:05 +08:00
end