phinze/homebrew-cask

View on GitHub
Casks/m/marvel.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "marvel" do
  version "11.2.3"
  sha256 "fc1f143c70780a9ee836271c9e3b2533613e072088961dce7cf3a81aa85b6bab"

  url "https://storage.googleapis.com/sketch-plugin/#{version}/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, &:short_version
  end

  app "Marvel.app"

  zap trash: "~/Library/Caches/com.marvelprototyping.marvelmacos"
end