phinze/homebrew-cask

View on GitHub
Casks/p/pokemon-showdown.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "pokemon-showdown" do
  version "0.11,bf46c879d0"
  sha256 :no_check

  url "https://pokemonshowdown.com/files/pokemonshowdown-mac.zip"
  name "Pokémon Showdown"
  homepage "https://pokemonshowdown.com/"

  livecheck do
    url :url
    strategy :extract_plist
  end

  app "Pokemon Showdown.app"

  caveats do
    requires_rosetta
  end
end