Skip to content

Commit ac57d29

Browse files
authored
Merge pull request #250982 from Homebrew/bump-minify-2.24.5
minify 2.24.5
2 parents 26b7731 + 8c7e1fc commit ac57d29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/minify.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Minify < Formula
22
desc "Minifier for HTML, CSS, JS, JSON, SVG, and XML"
33
homepage "https://go.tacodewolff.nl/minify"
4-
url "https://github.com/tdewolff/minify/archive/refs/tags/v2.24.4.tar.gz"
5-
sha256 "0e5d728bbbe594389598d35c351c787619dc47fd23a01268e38b5d75c1a1c721"
4+
url "https://github.com/tdewolff/minify/archive/refs/tags/v2.24.5.tar.gz"
5+
sha256 "4f384f6d7fd9509026f582b3a1e4afb30c1d8855efbc607a15a9943d9a73e362"
66
license "MIT"
77
head "https://github.com/tdewolff/minify.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ec39d68d69518a86aaf9d492f1cdb82358acd49af4f32994910ed16e5f648df4"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec39d68d69518a86aaf9d492f1cdb82358acd49af4f32994910ed16e5f648df4"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec39d68d69518a86aaf9d492f1cdb82358acd49af4f32994910ed16e5f648df4"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1a70479b62f3b98c518ff03a68bfff8793c3d8d458977615febd75ef0bfb0c56"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "3d68765173e8e3dda43e2c70120974a5cd8f78905e0317445c4f6d08aa6fc86a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f24198939972a1d8bc450b192c92b0a0cbd61918810198fd6c02d1d4fb8aab4a"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "cf6bb6788b179c576ffbf6ee70e90bfbd268095d685fb2ce849b76f1154c247f"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf6bb6788b179c576ffbf6ee70e90bfbd268095d685fb2ce849b76f1154c247f"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf6bb6788b179c576ffbf6ee70e90bfbd268095d685fb2ce849b76f1154c247f"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1573413b45d3a43816f284e3876b2a03f43baf8b1c75df323ac0136b871716cf"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "a823e1530967112f24f458414048942cdf596d77fc6d66e1ca79b40fbe2547c8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3f91f79eeabecab095d893b328f63ff75570ac89c7f58915131ec2ef7a63c6a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)