Skip to content

Commit

Permalink
Merge pull request #201172 from Homebrew/bump-mdless-2.1.51
Browse files Browse the repository at this point in the history
mdless 2.1.51
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents 8e52ab7 + ae8db00 commit 94d98aa
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions Formula/m/mdless.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
class Mdless < Formula
desc "Provides a formatted and highlighted view of Markdown files in Terminal"
homepage "https://github.com/ttscoff/mdless"
url "https://github.com/ttscoff/mdless/archive/refs/tags/2.1.48.tar.gz"
sha256 "e19e9396c88a345e5599465a24ccedf4f0a45a09d96b4f32ebe9376d8a1a73d6"
url "https://github.com/ttscoff/mdless/archive/refs/tags/2.1.51.tar.gz"
sha256 "fedd185416a7c4c88c824f48f13da843d0535f0dded13ead0b6cae7bf174da5d"
license "MIT"

bottle do
sha256 cellar: :any, arm64_sequoia: "1451017f727c91e915545eea5cfc801e0bcd35acbaaab9f1449053cae61c7dbb"
sha256 cellar: :any, arm64_sonoma: "1f5f17c23bbf67aa0c65b7dd21628ba8453f9b09c0957cd23471f8eede9482f8"
sha256 cellar: :any, arm64_ventura: "96726ed0918b680495010aa154320415f7476f62017cc89fc5d28f9c9a8f0636"
sha256 cellar: :any, sonoma: "48d7d51fdf66617debfa9b9e6763323ebd3ebe2dab6b35dbef39a3e1be219c96"
sha256 cellar: :any, ventura: "30f9b25c1c1c4851a809d940bd4d9a7bef6b224f6a43fd4196b4da2e926cba56"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4543136bc75d1293d70fd9e4756c25c67efb4296fd67e5c5f82b44c1aee0bb99"
sha256 cellar: :any, arm64_sequoia: "0dc52539af0c30d353cde6eb4966a2a3cd78888136d449cf727c8224150e5490"
sha256 cellar: :any, arm64_sonoma: "494ba6d56e4b5f6322e3b221ee0b7324f097354ff6825bae614862a3747c8ab5"
sha256 cellar: :any, arm64_ventura: "00c4f86d2efa11b59ea2b406a1868cae4c717bf45f9fba3df90db3438e42192e"
sha256 cellar: :any, sonoma: "e45b5ed6f214617c19f6cd4e16cfbc73ada99c841251d5193b05b6beac1f3036"
sha256 cellar: :any, ventura: "8ffaf68d1afbabf8688fa92e1dc2f461a468a7909e10796b6e2d9b46da7b6a9c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "31ad4305b64dc4aad627f776ca684626b3b4104277270b50ecfe14e6eb02ec47"
end

# Requires Ruby >= 2.7
depends_on "ruby"

# version patch, upstream pr ref, https://github.com/ttscoff/mdless/pull/103
patch do
url "https://github.com/ttscoff/mdless/commit/3462d11f8c8dc5936cdae573a6ce9a2837ceaba6.patch?full_index=1"
sha256 "f8da80dcc221cbf125841aee49da31912b1f3f82208a3fd99c0906e0c930863c"
end

def install
ENV["GEM_HOME"] = libexec
system "gem", "build", "#{name}.gemspec"
Expand Down

0 comments on commit 94d98aa

Please sign in to comment.