homebrew-cask/Casks/brackets.rb

19 lines
698 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'brackets' do
2016-11-11 08:11:12 +08:00
version '1.8'
sha256 '37a67ad7b8d87b878e672e0c14aa0d671c8dea59af2518b0119ae4f3498d2e89'
2016-07-05 06:32:26 +08:00
# github.com/adobe/brackets was verified as official when first introduced to the cask
2014-08-02 03:31:14 +08:00
url "https://github.com/adobe/brackets/releases/download/release-#{version}/Brackets.Release.#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/adobe/brackets/releases.atom',
2016-11-11 08:11:12 +08:00
checkpoint: 'f6eea3ff7a857c6c4039ac24662a9eab1de15dcc0464f1d33f8ac35efdaa4121'
2015-02-08 19:04:36 +08:00
name 'Brackets'
homepage 'http://brackets.io/'
2014-09-16 00:05:20 +08:00
app 'Brackets.app'
2014-11-22 22:24:18 +08:00
zap delete: [
'~/Library/Application Support/Brackets',
'~/Library/Preferences/io.brackets.appshell.plist',
]
2014-01-21 23:05:43 +08:00
end