From 7e36cf0ad62603fe05581f70a8fac93b7f6accbc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:13:57 +0000 Subject: [PATCH 1/2] mdless 2.1.51 mdless: add version patch Signed-off-by: Rui Chen --- Formula/m/mdless.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/m/mdless.rb b/Formula/m/mdless.rb index ee59b3c25fb4f..7083b05263208 100644 --- a/Formula/m/mdless.rb +++ b/Formula/m/mdless.rb @@ -1,8 +1,8 @@ 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 @@ -17,6 +17,12 @@ class Mdless < Formula # 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" From ae8db00c241296643a4f5bd5fdcd9ab62aaebe3e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Dec 2024 19:35:05 +0000 Subject: [PATCH 2/2] mdless: update 2.1.51 bottle. --- Formula/m/mdless.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mdless.rb b/Formula/m/mdless.rb index 7083b05263208..5b8e0cc8f9dc0 100644 --- a/Formula/m/mdless.rb +++ b/Formula/m/mdless.rb @@ -6,12 +6,12 @@ class Mdless < Formula 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