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
2016-10-20 08:30:29 +08:00
version '1.7.2'
sha256 'f64dac3dc932198f7d4e73dffbc27ba0ddf651783718c2a17f22b37feb83db20'
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-10-20 08:30:29 +08:00
checkpoint: '0b7e23ce9b7f7e72cff1a14838471e3cb50340294e8134574aa813e7333b638e'
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