homebrew-cask/Casks/graphiql.rb

13 lines
460 B
Ruby
Raw Normal View History

2016-02-06 22:44:44 +08:00
cask 'graphiql' do
2017-01-21 12:57:07 +08:00
version '0.5.0'
sha256 '9a20a7a48067c486c2c8148b4112556b06d932aa49e656073c422122d276ec97'
2016-02-06 22:44:44 +08:00
2016-06-02 06:22:12 +08:00
url "https://github.com/skevy/graphiql-app/releases/download/v#{version}/GraphiQL.app.zip"
2016-02-06 22:44:44 +08:00
appcast 'https://github.com/skevy/graphiql-app/releases.atom',
2017-01-21 12:57:07 +08:00
checkpoint: 'fce9560a17c24c08fae1ac23d2f0b08cee5a7db4c991c20609d060f667538ae3'
2016-02-06 22:44:44 +08:00
name 'GraphiQL App'
homepage 'https://github.com/skevy/graphiql-app'
app 'GraphiQL.app'
end