homebrew-cask/Casks/brackets.rb

19 lines
695 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'brackets' do
2018-02-06 02:06:49 +08:00
version '1.12'
sha256 '11805e056d01964c0a4226203db5e7bf55819294020c1a9194ed8e6e2fb60f7b'
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',
2018-02-06 02:06:49 +08:00
checkpoint: 'b231daac3fbba80810f29cf89634545e7313e0a439b71157abc8f268246d5253'
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
2017-11-18 17:38:07 +08:00
zap trash: [
'~/Library/Application Support/Brackets',
'~/Library/Preferences/io.brackets.appshell.plist',
]
2014-01-21 23:05:43 +08:00
end