We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8afd73f + 5b3d5ae commit c492206Copy full SHA for c492206
Formula/m/marked.rb
@@ -1,12 +1,12 @@
1
class Marked < Formula
2
desc "Markdown parser and compiler built for speed"
3
homepage "https://marked.js.org/"
4
- url "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz"
5
- sha256 "a511ffcf60ddf9f2a846f73254b1ccfbadf2f460421a009ce2a3cd0b68c9829f"
+ url "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz"
+ sha256 "9144f0e2a4cea7837a698aaf84291cb89a796ef2495b28cb339c90ae78c48751"
6
license "MIT"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "768fd2c0129713f2b0c8b0956ff43b7923fc90e256ddc7dd21e3b88e46c2e0de"
+ sha256 cellar: :any_skip_relocation, all: "9b539d9aa53b4cfe39a58d98f67e410953377e4218b96a7db73a1dff56072a39"
10
end
11
12
depends_on "node"
0 commit comments