homebrew-cask/Casks/marvel.rb

14 lines
505 B
Ruby
Raw Normal View History

2017-05-23 21:06:21 +08:00
cask 'marvel' do
2017-07-24 05:16:40 +08:00
version '5.3'
sha256 '858e847471d7ff360ed90c4998ffe66a4b2517934f5f0baa7466ce8dd8187871'
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-24 05:16:40 +08:00
checkpoint: 'bb39df873e2d6cc5381af5b3c32a974dae43a3821b2628f52585f62ca615885f'
2017-05-23 21:06:21 +08:00
name 'Marvel'
homepage 'https://marvelapp.com/'
app 'Marvel.app'
end