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 7c7bc5f + ba758da commit b34311aCopy full SHA for b34311a
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-15.0.1.tgz"
5
- sha256 "e872623475d24028dcb29bf8301571450236045390d619a3e37b88014bd5fb68"
+ url "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz"
+ sha256 "b265d05c56b9c90572323a638274c56a9770dc5d04b95d3b1518b836286c61a2"
6
license "MIT"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "d7ee338d33ff99696115091a19637c2a4a4e6638baa0ad94ac03604246af175a"
+ sha256 cellar: :any_skip_relocation, all: "a444d04f5a4a55939470d6900e32326647495e13335c5915794db6acfc483e18"
10
end
11
12
depends_on "node"
0 commit comments