|
1 | 1 | class Monolith < Formula |
2 | 2 | desc "CLI tool for saving complete web pages as a single HTML file" |
3 | 3 | homepage "https://github.com/Y2Z/monolith" |
4 | | - url "https://github.com/Y2Z/monolith/archive/refs/tags/v2.10.0.tar.gz" |
5 | | - sha256 "251d6d3cc8732af47911b2d2a6bf314953e38aea423c54b83404dc16576554c9" |
| 4 | + url "https://github.com/Y2Z/monolith/archive/refs/tags/v2.10.1.tar.gz" |
| 5 | + sha256 "1afafc94ba693597f591206938e998fcf2c78fd6695e7dfd8c19e91061f7b44a" |
6 | 6 | license "CC0-1.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9fbf9b7e8db78e2bf836ddd5c83c117e8de611b3e087dc210db86b355a124ad" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "208d53e7dd2acfcd60c2187873050cd54e3beb551ca74f1c8fe357a328f6ce37" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "96b56bcfb8d2fd27f8e66595228ea4eec7aa203dd8f456cb649743a031eb9a8d" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "588db82f13cdc1239884532d5a21f0351ecfee5f304c680bb28173597c03b3f4" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "13d4559eb65343d5b482d367a88a4eea07a47cf533a7abc95a1efd2860c3a6e1" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "58ee2fd3f6f16631fa1a0f425f5737e78402559144e987276439e049ee87f010" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f56071cc530229e72959da558274aa22dcad7ed07d3d2ae9c33ba330d5388d4" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "92826aa3a7f4ca6eac24d7c1b1aee3fd75b3502338cf8c284c99613364d373e6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44f84b6ccacd950b953340af3a7b46d743626fb44eac00ea27eee1fc1a87afa6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "628d8282e77e55dddf76981418a0f92d6aa96cd01ee7adf0b2874eb8288d7f8f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "81364ea28028bc6a147edbd0c0613db6baef11078f14555330e438a0e2159e5d" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "e2168d625c8330f2462e1f8c6da8c97db0aa2e42443c6045b194fdd9b885722e" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e2915bebfb7b5a0a116d1922987969e9be94236917e54c7389a5ee964a20198f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "66d1a5ae8947717fad4f322fa95c6fe603ea543a07a8188eaab279cf0ea01a56" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments