homebrew-cask/Casks/caret.rb

14 lines
509 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'caret' do
2017-08-26 06:41:34 +08:00
version '3.4.6'
sha256 'a7d17bb7e9c938d8559f1569899a14413dae33bc4a7d4de038bf430447008aea'
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',
2017-08-26 06:41:34 +08:00
checkpoint: 'ea4a97f560e9bb80b8abf96c107b14576018d6cb41ca0914080c38ed67ea5e76'
2015-11-27 01:42:06 +08:00
name 'Caret'
homepage 'https://caret.io/'
2015-11-27 01:42:06 +08:00
app 'Caret.app'
end