|
1 | 1 | class Minify < Formula |
2 | 2 | desc "Minifier for HTML, CSS, JS, JSON, SVG, and XML" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/tdewolff/minify.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments