homebrew-cask/Casks/caret.rb

23 lines
847 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'caret' do
2017-08-26 06:41:34 +08:00
version '3.4.6'
sha256 'a7d17bb7e9c938d8559f1569899a14413dae33bc4a7d4de038bf430447008aea'
2015-11-27 01:42:06 +08:00
2016-06-11 04:59:22 +08:00
# github.com/careteditor/caret was verified as official when first introduced to the cask
2016-07-25 07:30:39 +08:00
url "https://github.com/careteditor/caret/releases/download/#{version}/Caret.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/careteditor/caret/releases.atom'
2015-11-27 01:42:06 +08:00
name 'Caret'
homepage 'https://caret.io/'
2015-11-27 01:42:06 +08:00
app 'Caret.app'
zap trash: [
'~/Library/Application Support/Caret',
'~/Library/Caches/io.caret',
'~/Library/Caches/io.caret.ShipIt',
'~/Library/Cookies/io.caret.binarycookies',
'~/Library/Preferences/io.caret.helper.plist',
'~/Library/Preferences/io.caret.plist',
'~/Library/Saved Application State/io.caret.savedState',
]
2015-11-27 01:42:06 +08:00
end