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-05-15 20:06:25 +08:00
version '2.1.3'
sha256 '363f11b1cb9a0b72f5998068770a1364ccf2fb8744cc66333d3112f01d1b73a4'
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-05-22 04:40:13 +08:00
checkpoint: '720cbeb85539a47196d52c7a842774eb53fa65943c1ad6d24977ed20c58dbc10'
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