From 1a41348c71caa1cee8745d6ffe00ce1c2c6ac5e6 Mon Sep 17 00:00:00 2001 From: Worksome Bot Date: Fri, 23 Sep 2022 23:34:23 +0000 Subject: [PATCH] chore(graphlint): update to version 0.6.2 --- Formula/graphlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/graphlint.rb b/Formula/graphlint.rb index c5eac85..0a77359 100644 --- a/Formula/graphlint.rb +++ b/Formula/graphlint.rb @@ -1,8 +1,8 @@ class Graphlint < Formula desc "Static analysis tool for GraphQL" homepage "https://github.com/worksome/graphlint" - url "https://github.com/worksome/graphlint/releases/download/v0.6.0/graphlint" - sha256 "053c18a8cb200b9118426898b898f587a4965ba7d4cce3bd44c598b1810f930e" + url "https://github.com/worksome/graphlint/releases/download/v0.6.2/graphlint" + sha256 "c824e1bf180ff0f155ac63fd977600d7eacf3a24203a4905d1e0fe8cb3e56918" license "MIT" depends_on "php"