|
1 | 1 | class Pandoc < Formula
|
2 | 2 | desc "Swiss-army knife of markup format conversion"
|
3 | 3 | homepage "https://pandoc.org/"
|
4 |
| - url "https://github.com/jgm/pandoc/archive/refs/tags/3.8.1.tar.gz" |
5 |
| - sha256 "1d66d35952e7037cc049a9f170c9ba394693014a71925a84c55dffcaf98ff677" |
| 4 | + url "https://github.com/jgm/pandoc/archive/refs/tags/3.8.2.tar.gz" |
| 5 | + sha256 "d8f08e0228958522073ceedfae7ba463703e6212dd823868f0b7190d63ccebaf" |
6 | 6 | license "GPL-2.0-or-later"
|
7 | 7 | head "https://github.com/jgm/pandoc.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any, arm64_tahoe: "de1335f30bad4df53c26fc8f7d12f09412b22d3186c1d9c57e800281e75ed254" |
11 |
| - sha256 cellar: :any, arm64_sequoia: "8c5f6ed574073d2ef6821620d93d5f56225bb0a9e098f7d245743b1be0b1ce00" |
12 |
| - sha256 cellar: :any, arm64_sonoma: "b48ea533c62b9be6987e9489e6408e21cc05221f77dba86030c94d54e976af6a" |
13 |
| - sha256 cellar: :any, sonoma: "b2b424b7ad249299d1c02e47ce09ed830d2431c7a5da47d13c7d3e2d8f9a2b0f" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "e51c6e70d648272fa01f375583a6ff69af679926e9dda0737dbd800857f7c025" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "edbf643e6ea2cfcc3aae30012e34a4b7e29e13a94b72f0d15e1abda749280975" |
| 10 | + sha256 cellar: :any, arm64_tahoe: "dc466877fc54b4f6abee3ec775ea4ea1260c35752e4ebd41c3f542967dc035fd" |
| 11 | + sha256 cellar: :any, arm64_sequoia: "4ce5a46d715eadb6c494d7ab113fcf224e7ee3ea6d6a46876780bb4ee4e31af7" |
| 12 | + sha256 cellar: :any, arm64_sonoma: "61421b27ef4ab8bd0d0b9ca174a6f7ee1c20bf985a497ad1657e22f9eab4997f" |
| 13 | + sha256 cellar: :any, sonoma: "449d3c7b088ceec9acb473c39db709ae2e97b57853279d9c6cc154eefd434e4a" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e375b021c898531456ced6306d39912c66cce4be2461957b020eef68d94b317f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d8342f3de71bd59b054fa1c564b09dfa133850f9caf06a06bf225e58ee2cb77" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "cabal-install" => :build
|
|
0 commit comments