Skip to content

Commit 0f2d623

Browse files
BrewTestBotdaeho-ro
authored andcommitted
marked 18.0.0
1 parent f53c925 commit 0f2d623

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/m/marked.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Marked < Formula
22
desc "Markdown parser and compiler built for speed"
33
homepage "https://marked.js.org/"
4-
url "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
5-
sha256 "1aebca0400d160cb1bedca2e271daad0e324503b7e0d0b4b23781ca3293bacce"
4+
url "https://registry.npmjs.org/marked/-/marked-18.0.0.tgz"
5+
sha256 "9a4feb7d1643a6dca3ca62fab9c883d18d2838c1c717a000088d7a991fa3cc41"
66
license "MIT"
77

88
bottle do
@@ -17,6 +17,6 @@ def install
1717
end
1818

1919
test do
20-
assert_equal "<p>hello <em>world</em></p>", pipe_output(bin/"marked", "hello *world*").strip
20+
assert_equal "<p>hello <em>world</em></p>", shell_output("#{bin}/marked -s 'hello *world*'").strip
2121
end
2222
end

0 commit comments

Comments
 (0)