From df0bbbdc9b910190736bd0ec6017b8f4f0b5ed19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:07:48 +0000 Subject: [PATCH] prettier: update 2.4.1 bottle. --- Formula/prettier.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/prettier.rb b/Formula/prettier.rb index b9ad219629c..06c7bc7e5b5 100644 --- a/Formula/prettier.rb +++ b/Formula/prettier.rb @@ -9,11 +9,11 @@ class Prettier < Formula head "https://github.com/prettier/prettier.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_big_sur: "e2cb09c254b3de8bf4244334afd36cbd3fc12a793a2888b508c7c69e0cf82b0e" - sha256 cellar: :any_skip_relocation, big_sur: "dba56c931ade87ee538b304a62d9cafe768b5cd41c3d39f4996a02612dac5eeb" - sha256 cellar: :any_skip_relocation, catalina: "dba56c931ade87ee538b304a62d9cafe768b5cd41c3d39f4996a02612dac5eeb" - sha256 cellar: :any_skip_relocation, mojave: "dba56c931ade87ee538b304a62d9cafe768b5cd41c3d39f4996a02612dac5eeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2cb09c254b3de8bf4244334afd36cbd3fc12a793a2888b508c7c69e0cf82b0e" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "8ff333e5a85072c16ffc3e45c547ee03adbd2db1ccfcad6530e676cdde8829f9" + sha256 cellar: :any_skip_relocation, big_sur: "bf7b106b0628675290c36da366cc9c4caf1d1883f66634410520f2fefd58ac82" + sha256 cellar: :any_skip_relocation, catalina: "bf7b106b0628675290c36da366cc9c4caf1d1883f66634410520f2fefd58ac82" + sha256 cellar: :any_skip_relocation, mojave: "bf7b106b0628675290c36da366cc9c4caf1d1883f66634410520f2fefd58ac82" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ff333e5a85072c16ffc3e45c547ee03adbd2db1ccfcad6530e676cdde8829f9" end depends_on "node"