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'
2017-01-21 17:26:34 +08:00
sha256 '81bdfc1ef03210684cf42c7dfed770c0abf290f05596b29eb0ce85c08900b2d5'
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