homebrew-cask/Casks/graphql-playground.rb

17 lines
490 B
Ruby

cask "graphql-playground" do
version "1.8.10"
sha256 "43d54be598ec83dddcaee789e8434c547d0ff1a49ffc2d95fb798996293b7f13"
url "https://github.com/prisma/graphql-playground/releases/download/v#{version}/graphql-playground-electron-#{version}.dmg"
name "GraphQL Playground"
desc "GraphQL IDE for better development workflows"
homepage "https://github.com/prisma/graphql-playground"
livecheck do
url :url
strategy :github_latest
end
app "GraphQL Playground.app"
end