homebrew-cask/Casks/caret.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'caret' do
2016-08-24 04:56:34 +08:00
version '1.5.4'
sha256 '0c1dd5dd428c870795cb7c57915061fc491fe3cfedd6bf4795b6417f12c54c2b'
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"
2016-06-11 04:59:22 +08:00
appcast 'https://github.com/careteditor/caret/releases.atom',
2016-08-24 04:56:34 +08:00
checkpoint: '792f7d2a5b93a020908879528f6725823e4ad1e4280ab5c5484eeb88c48bf4e6'
2015-11-27 01:42:06 +08:00
name 'Caret'
homepage 'https://caret.io/'
2015-11-27 01:42:06 +08:00
license :commercial
app 'Caret.app'
end