homebrew-cask/Casks/marvel.rb

14 lines
507 B
Ruby
Raw Normal View History

2017-05-23 21:06:21 +08:00
cask 'marvel' do
2017-07-05 02:36:32 +08:00
version '5.2.1'
sha256 '7a2c392c8023362d2b719c10421fbda7f794016e0b47fc0fc904c4ff39eee1eb'
2017-05-23 21:06:21 +08:00
# storage.googleapis.com/sketch-plugin was verified as official when first introduced to the cask
url 'https://storage.googleapis.com/sketch-plugin/Marvel.zip'
appcast 'https://storage.googleapis.com/sketch-plugin/app.xml',
2017-07-05 02:36:32 +08:00
checkpoint: '3358a74dd7c0688ef3d40d1340051455e70a9a8adf9b0ecaf93e443e80375925'
2017-05-23 21:06:21 +08:00
name 'Marvel'
homepage 'https://marvelapp.com/'
app 'Marvel.app'
end