homebrew-cask/Casks/linear.rb

23 lines
982 B
Ruby
Raw Normal View History

cask 'linear' do
2017-05-15 08:21:47 +08:00
version '1.3.0'
sha256 'f93d9115e5173375b529c836cf6727936f40cd364b12314c42dc80564444ca10'
2016-02-11 05:59:10 +08:00
# github.com/mikaa123/linear was verified as official when first introduced to the cask
2016-03-31 15:07:49 +08:00
url "https://github.com/mikaa123/linear/releases/download/#{version}/linear.zip"
appcast 'https://github.com/mikaa123/linear/releases.atom',
2017-05-14 01:55:52 +08:00
checkpoint: 'a1c7e5f02188f3d28e8c90e4514e28de280564d50a85b20007969af076739ad6'
name 'Linear'
2016-11-15 18:09:59 +08:00
homepage 'http://linear.theuxshop.com/'
app 'linear.app'
2016-01-16 20:58:36 +08:00
zap delete: [
'~/.linear',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.linear.sfl',
'~/Library/Application Support/linear',
'~/Library/Caches/linear',
'~/Library/Preferences/com.electron.linear.plist',
'~/Library/Saved Application State/com.electron.linear.savedState',
]
end