Skip to content
Merged

svgo 3.0.4 #154766

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/s/svgo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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.3.tar.gz"
sha256 "37e9ae561c80563eb08954c36a97793ed5022374508dd2bc38ed3e920be0aa80"
url "https://github.com/svg/svgo/archive/refs/tags/v3.0.4.tar.gz"
sha256 "d46a39601f00448b4cbd5b494869995100f81c17fa0834483b35b256866fe15f"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "46cd6cc634df3a6c2e0642565cf53440a6cab30a69818b74b848e813fffcb9ce"
sha256 cellar: :any_skip_relocation, all: "081eba9d32f4ba2e455d6c62a339f6cf1c6679863e3b417d7c79201ecdfc93fb"
end

depends_on "node"
Expand Down