homebrew-cask/Casks/graphiql.rb

12 lines
385 B
Ruby
Raw Normal View History

2016-02-06 22:44:44 +08:00
cask 'graphiql' do
2018-03-23 05:15:38 +08:00
version '0.7.2'
sha256 '204dd3db5c11bf265700d8d57defc4798cd0040651f751f35e2a646cb4846ac7'
2016-02-06 22:44:44 +08:00
2018-02-16 05:35:43 +08:00
url "https://github.com/skevy/graphiql-app/releases/download/v#{version}/graphiql-app-#{version}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/skevy/graphiql-app/releases.atom'
2016-02-06 22:44:44 +08:00
name 'GraphiQL App'
homepage 'https://github.com/skevy/graphiql-app'
app 'GraphiQL.app'
end