homebrew-cask/Casks/graphql-ide.rb

13 lines
488 B
Ruby
Raw Normal View History

2016-12-06 22:20:09 +08:00
cask 'graphql-ide' do
2017-11-13 00:11:10 +08:00
version '1.1.1'
sha256 'e7aa74f9dfc4874138d9fa74af33eb701130f5abe8ff70735c38c506f732408c'
2016-12-06 22:20:09 +08:00
2017-11-13 00:11:10 +08:00
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',
checkpoint: 'cbe93f7235810ac6bdfb29498bb265cddcb536d03a4410d271aa35abc92dcce2'
2016-12-06 22:20:09 +08:00
name 'GraphQL IDE'
2017-11-13 00:11:10 +08:00
homepage 'https://github.com/andev-software/graphql-ide'
2016-12-06 22:20:09 +08:00
app 'GraphQL IDE.app'
end