cmark-gfm 0.28.0.gfm.10
Closes #17808. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
86880e160a
commit
7597eb50fc
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class CmarkGfm < Formula
|
||||
desc "C implementation of GitHub Flavored Markdown"
|
||||
homepage "https://github.com/github/cmark"
|
||||
url "https://github.com/github/cmark/archive/0.28.0.gfm.9.tar.gz"
|
||||
version "0.28.0.gfm.9"
|
||||
sha256 "28708098f24583fa8906c3a1677934f8f60285b378c65d695fb47a0fc711be2f"
|
||||
url "https://github.com/github/cmark/archive/0.28.0.gfm.10.tar.gz"
|
||||
version "0.28.0.gfm.10"
|
||||
sha256 "ce318ae6b7b4d995644c6a97f86307051aa86ffefaa8cf6449a87bcdfb1e65c5"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue