homebrew-cask/Casks/marvel.rb

18 lines
492 B
Ruby

cask "marvel" do
version "10.5,4596"
sha256 "8bb11ab765dcfdc1a514d87b728f235e647d97364113ca56376e42499718ad98"
url "https://storage.googleapis.com/sketch-plugin/#{version.before_comma}/Marvel.zip",
verified: "storage.googleapis.com/sketch-plugin/"
name "Marvel"
desc "Prototyping, testing and handoff tools"
homepage "https://marvelapp.com/"
livecheck do
url "https://storage.googleapis.com/sketch-plugin/app.xml"
strategy :sparkle
end
app "Marvel.app"
end