homebrew-cask/Casks/brackets.rb

20 lines
712 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'brackets' do
2016-06-12 04:14:19 +08:00
version '1.7'
sha256 '1631dd2603f69488171d29776fa6fad09266a6d22b4263b59ef7d1bc39d64ea8'
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-06-12 04:14:19 +08:00
checkpoint: 'aab65b5d8b065a452af59622b1e46def37290e1abe05600cd3539a60c6a67c96'
2015-02-08 19:04:36 +08:00
name 'Brackets'
homepage 'http://brackets.io'
2014-10-12 00:34:56 +08:00
license :mit
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