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-06-11 04:59:22 +08:00
version '1.3.2'
sha256 '439d6fdb5f8c461312e83e55ceefe880c6eabdaaf4c52b0384a35f1f0b981f83'
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
url "https://github.com/careteditor/caret/releases/download/v#{version}/Caret.dmg"
appcast 'https://github.com/careteditor/caret/releases.atom',
checkpoint: '8ca9ddb2c318252727dec99eaf1a539a390738bed95f5e088d24c2d4923a8dd5'
2015-11-27 01:42:06 +08:00
name 'Caret'
homepage 'http://caret.io/'
license :commercial
app 'Caret.app'
end