homebrew-cask/Casks/p/pokemon-showdown.rb

16 lines
307 B
Ruby

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"
end