homebrew-cask/Casks/brackets.rb

8 lines
268 B
Ruby
Raw Normal View History

2014-01-21 23:05:43 +08:00
class Brackets < Cask
2014-06-08 04:25:16 +08:00
url 'https://github.com/adobe/brackets/releases/download/sprint-40/Brackets.Sprint.40.dmg'
2014-01-21 23:05:43 +08:00
homepage 'http://brackets.io'
2014-06-08 04:25:16 +08:00
version '0.40.0'
sha256 '5960e8b2bde0c93539dfffc8c99d0949a00661e53bc566167a3ee88280efbcfd'
2014-01-21 23:05:43 +08:00
link 'Brackets.app'
end