File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11class Mdp < Formula
22 desc "Command-line based markdown presentation tool"
33 homepage "https://github.com/visit1985/mdp"
4- url "https://github.com/visit1985/mdp/archive/refs/tags/1.0.16 .tar.gz"
5- sha256 "df0828a3c3d232a52dde1fa3e77a238b38101489e787a15ae3f955bef74d8708 "
4+ url "https://github.com/visit1985/mdp/archive/refs/tags/1.0.18 .tar.gz"
5+ sha256 "36861161513c508c0589014510cdafd940a6e661e517022a3bea48ecf8d5fac4 "
66 license "GPL-3.0-or-later"
77 head "https://github.com/visit1985/mdp.git" , branch : "master"
88
@@ -18,12 +18,6 @@ class Mdp < Formula
1818
1919 uses_from_macos "ncurses"
2020
21- # version patch, upstream pr ref, https://github.com/visit1985/mdp/pull/172
22- patch do
23- url "https://github.com/visit1985/mdp/commit/c680ce83e668771baab25185eaf42f077656088e.patch?full_index=1"
24- sha256 "c5bdff5c11b534009281fda41f1be74183a6c259dbec22c5fd798e0c61e5c8a6"
25- end
26-
2721 def install
2822 system "make"
2923 system "make" , "install" , "PREFIX=#{ prefix } "
You can’t perform that action at this time.
0 commit comments