From 1003cb2086c639d79d6e466dc51d263c51747727 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 24 Oct 2022 10:45:40 -0400 Subject: [PATCH] dprint 0.32.2 Closes #113880. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/dprint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dprint.rb b/Formula/dprint.rb index 089f0d10634..efbe01e2c84 100644 --- a/Formula/dprint.rb +++ b/Formula/dprint.rb @@ -1,8 +1,8 @@ class Dprint < Formula desc "Pluggable and configurable code formatting platform written in Rust" homepage "https://dprint.dev/" - url "https://github.com/dprint/dprint/archive/0.32.1.tar.gz" - sha256 "ef81e5aa8365f46d1e9204e0fc45d8efcc8204620caaf491dfd189e1f2fb83b1" + url "https://github.com/dprint/dprint/archive/0.32.2.tar.gz" + sha256 "2ec5e9600463dd925e0b19c5efcdad604885dcc186c5d913317060e4685f92a1" license "MIT" head "https://github.com/dprint/dprint.git", branch: "main"