homebrew-cask/Casks/graphql-ide.rb

13 lines
438 B
Ruby

cask "graphql-ide" do
version "1.1.1"
sha256 "e7aa74f9dfc4874138d9fa74af33eb701130f5abe8ff70735c38c506f732408c"
url "https://github.com/andev-software/graphql-ide/releases/download/v#{version}/GraphQL.IDE.zip"
appcast "https://github.com/andev-software/graphql-ide/releases.atom"
name "GraphQL IDE"
desc "IDE for exploring GraphQL APIs"
homepage "https://github.com/andev-software/graphql-ide"
app "GraphQL IDE.app"
end