|
1 | 1 | class Mdp < Formula |
2 | 2 | desc "Command-line based markdown presentation tool" |
3 | 3 | 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" |
6 | 6 | license "GPL-3.0-or-later" |
7 | 7 | head "https://github.com/visit1985/mdp.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | uses_from_macos "ncurses" |
20 | 20 |
|
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 | | - |
27 | 21 | def install |
28 | 22 | system "make" |
29 | 23 | system "make", "install", "PREFIX=#{prefix}" |
|
0 commit comments