homebrew-cask/Casks/graphql-ide.rb

12 lines
398 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'
homepage 'https://github.com/andev-software/graphql-ide'
app 'GraphQL IDE.app'
end