|
1 | 1 | class Comrak < Formula |
2 | 2 | desc "CommonMark + GFM compatible Markdown parser and renderer" |
3 | 3 | homepage "https://github.com/kivikakk/comrak" |
4 | | - url "https://github.com/kivikakk/comrak/archive/refs/tags/v0.46.0.tar.gz" |
5 | | - sha256 "bb5acc01e0e71ad00310f6a837f379e345f9e9d74f6dcf45deded792ec3d60af" |
| 4 | + url "https://github.com/kivikakk/comrak/archive/refs/tags/v0.47.0.tar.gz" |
| 5 | + sha256 "607e322d13cce89da43ea923dfa48c1a5fb10649a0de0300a366292a931211db" |
6 | 6 | license "BSD-2-Clause" |
7 | 7 | head "https://github.com/kivikakk/comrak.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "22a131e1d5c1ac1d547b8ad52279c0fc0985dc0d86fae147070dfdd7c81bc122" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a2c9d59b418608b8d08673b9538d33687c6cf3e91cbe7ce8e037e5cbfe5b35e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "748429c6219de1ae54cd8448ceb5001ce66841c64eb214a5a79e9619e5325ca4" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "026c626fcd154323e2212750e27d14f83501801f49f8c69c1718f1376f95ca26" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "340b947e6581cbaae14f11023b0d07562d6429dc946398956e22aa25d96bde1c" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "675cf09dee1314ac6515bcab85b0e6f2071cd6b59053c6b937e699ba6499a97f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "9830aaa341d22646fc266e3b85c5b0b3b2eb6bbe31db56a30fb81d253cacc415" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bfc09dc7ca3378ac4e15cc11a28fab44d1ccbcbaf089c994ef14f89a1e84443" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "80762e852892a445fd3d328e30e463fe11b1e9eee48586c349ab839e81754ab0" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3bbd7181ecad4387de4d43e4d41e1836b806327aa0b3409f90074aa6e59b8b1b" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "f1fc2f20761dbc60fc0273c2efd1e937bc862df751a3cdea5bce387909a6733e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb2d30bb6615d75ed36470dac862c6d9ac48fc4f89a9e2c153be5f67e182cc6a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments