Skip to content

Commit

Permalink
Merge pull request #171128 from Homebrew/bump-svgo-3.3.0
Browse files Browse the repository at this point in the history
svgo 3.3.0
  • Loading branch information
BrewTestBot committed May 8, 2024
2 parents 7e15595 + f478962 commit e0d21f8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Formula/s/svgo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
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.2.0.tar.gz"
sha256 "cd5639c0511004f6f373f654cd3f25efc87bc3e9e5bbe9994dfb238c4e00bea5"
url "https://github.com/svg/svgo/archive/refs/tags/v3.3.0.tar.gz"
sha256 "fb74c2cca6171c86339581f5f77644096d4fb912cfedc89218fdd2ebb3084fee"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "27750cae5fbec8fd08be6cba447873728c0d5de176ef63676f0d4039d66b93ae"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97b463c725dee94559f00a56c08a73023bba0d2dc327af5b5c86ff9d1a441914"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c4bc28c7f8a98d9212521169165a10ff281386620d577dd1f9c33fada5948a9d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8be7cf626081ed2158f5ea5a437e04967b847931edd8727c5a52afb3a43fc2fb"
sha256 cellar: :any_skip_relocation, sonoma: "b1face1b3016ddb6f3f40c4c57f170c1ed1bb512c2be878fe5398094504b6a53"
sha256 cellar: :any_skip_relocation, ventura: "91f89cabc947223a23e1e5afbf7b0aca5af086b50d9b2f7a1123a45db868e23a"
sha256 cellar: :any_skip_relocation, monterey: "f7ce0f74fbe84df5970e536c8896620d5c7014158df34d1f719e07224811d050"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9926ecf0440fd41b17e9d656483e5c7dd4c1d43110f646ebf2624141cae4bf36"
end

depends_on "node"
Expand Down

0 comments on commit e0d21f8

Please sign in to comment.