homebrew-cask/Casks/caret.rb

14 lines
509 B
Ruby

cask 'caret' do
version '2.1.3'
sha256 '363f11b1cb9a0b72f5998068770a1364ccf2fb8744cc66333d3112f01d1b73a4'
# github.com/careteditor/caret was verified as official when first introduced to the cask
url "https://github.com/careteditor/caret/releases/download/#{version}/Caret.dmg"
appcast 'https://github.com/careteditor/caret/releases.atom',
checkpoint: '720cbeb85539a47196d52c7a842774eb53fa65943c1ad6d24977ed20c58dbc10'
name 'Caret'
homepage 'https://caret.io/'
app 'Caret.app'
end