From 4b49ee9a346da4bf356812c3f7c5efd4edcb9285 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:01:08 +0000 Subject: [PATCH 1/2] svgo 3.0.5 --- Formula/s/svgo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/svgo.rb b/Formula/s/svgo.rb index a5affc37fcb18..5c5c512d95d7e 100644 --- a/Formula/s/svgo.rb +++ b/Formula/s/svgo.rb @@ -3,8 +3,8 @@ class Svgo < Formula desc "Nodejs-based tool for optimizing SVG vector graphics files" homepage "https://github.com/svg/svgo" - url "https://github.com/svg/svgo/archive/refs/tags/v3.0.4.tar.gz" - sha256 "d46a39601f00448b4cbd5b494869995100f81c17fa0834483b35b256866fe15f" + url "https://github.com/svg/svgo/archive/refs/tags/v3.0.5.tar.gz" + sha256 "005c4ebd99f3a10d32328738c3756b7f594380ab5fe9da0562cc0b3612f02c94" license "MIT" bottle do From 924d85c2ec364ce0eab4bf9f5aa5a0b88c00faf4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:57:35 +0000 Subject: [PATCH 2/2] svgo: update 3.0.5 bottle. --- Formula/s/svgo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/svgo.rb b/Formula/s/svgo.rb index 5c5c512d95d7e..45b7dbeaa074f 100644 --- a/Formula/s/svgo.rb +++ b/Formula/s/svgo.rb @@ -8,7 +8,7 @@ class Svgo < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "081eba9d32f4ba2e455d6c62a339f6cf1c6679863e3b417d7c79201ecdfc93fb" + sha256 cellar: :any_skip_relocation, all: "599b0651756119d2af116bf1887df50b136afc765309a276b0edcf3ca26dce59" end depends_on "node"