homebrew-cask/Casks/graphql-ide.rb

13 lines
471 B
Ruby
Raw Normal View History

2016-12-06 22:20:09 +08:00
cask 'graphql-ide' do
2016-12-11 14:32:09 +08:00
version '1.1.0'
sha256 '697b1618d416c18a17bb6176eda88a1187588b6f95bafb0f559bb6b9fcca8775'
2016-12-06 22:20:09 +08:00
2016-12-11 14:32:09 +08:00
url "https://github.com/redound/graphql-ide/releases/download/v#{version}/GraphQL.IDE.app.zip"
2016-12-06 22:20:09 +08:00
appcast 'https://github.com/redound/graphql-ide/releases.atom',
2016-12-11 14:32:09 +08:00
checkpoint: '303b735e0bceec72e00116ef27afd394686f2c1aa0cd133a4ec658b28d900555'
2016-12-06 22:20:09 +08:00
name 'GraphQL IDE'
homepage 'https://github.com/redound/graphql-ide'
app 'GraphQL IDE.app'
end