Skip to content

Commit f925e90

Browse files
BrewTestBotchenrui333
authored andcommitted
mdp 1.0.18
mdp: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent e3aeae9 commit f925e90

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/m/mdp.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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}"

0 commit comments

Comments
 (0)