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-08-06 02:18:48 +08:00
version '1.5.3'
sha256 'fe309e6bbdd7ddf1cf062d01c2fdb6c08daac04595224791cc584a8a75f2c818'
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-08-06 02:18:48 +08:00
checkpoint: 'a8143186070ad5fc97fb31e28f924dd5da20ad15500f95fb5af6d63ee48b3ab3'
2015-11-27 01:42:06 +08:00
name 'Caret'
homepage 'https://caret.io/'
2015-11-27 01:42:06 +08:00
license :commercial
app 'Caret.app'
end