Skip to content

Commit 4f661ee

Browse files
authored
Merge pull request #229513 from Homebrew/bump-mdp-1.0.18
mdp 1.0.18
2 parents c2e75ce + 2b9f8e5 commit 4f661ee

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Formula/m/mdp.rb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
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

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2ed12e4affcab641cd34e6e2325c95bae75273a166f18888c8ef1b5d1d0aeb8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "814730ae8ba3e39f85dad8cadd55affddeec4df8444cb49202069b96914e93de"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "290343295135f029fd5e443ea1812a9b3f0385fa1203ce34b8d37739a34b7487"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f644213df8f2e6da92a10986785748b74dfdeb5196d199b8c5d68db7d7a94eac"
14-
sha256 cellar: :any_skip_relocation, ventura: "e2c20eebe479eef5dabaf11c01a8841425fa298ed8161c3136424612d157fce2"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "accf91339b50263b28d1bbad33f1999263d2635ddc1301af9fe66a916dca6ca5"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "14b47b50fc44edb1fea8643342e1b74c57d269abd35fef7ab4aceb0b50cf1fac"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "39469240d3ad1bb651898e75c310a229cd6492cc7e66ba7f24ece8d9aeda7f6a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "829d971b7d1942ec34ea4c7b948ccd0a988e6fb5618091919785e9e124c10bbe"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4b1be7a64cd13ff001ee2b58385424e3e35f7210eb0f9777d401dcba321d86f5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "fb2933d0f75d822eed5ff6f6dffeaaed000ea28737369f90cf234e8e7c296cec"
14+
sha256 cellar: :any_skip_relocation, ventura: "d0b783018115ca2fd3f6dd40b909ecd603d2c22dffa0a1cd48d1a833a284e345"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "92778dc9a394d2395627091c21f3f51cd1afa7431a2eb1e1d836b12e2f9e83e0"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c8027ddc1b08d523ff38474c5f95ae518d39900afd5ca57a800c1f34c1d064ae"
1717
end
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)