diff --git a/Formula/m/mdcat.rb b/Formula/m/mdcat.rb index 72cb0240d4f74..e14224b9b6a1e 100644 --- a/Formula/m/mdcat.rb +++ b/Formula/m/mdcat.rb @@ -1,18 +1,18 @@ class Mdcat < Formula desc "Show markdown documents on text terminals" homepage "https://github.com/swsnr/mdcat" - url "https://github.com/swsnr/mdcat/archive/refs/tags/mdcat-2.7.0.tar.gz" - sha256 "e372a82291a139f95d77c12325a2f595f47f6d6b4c2de70e50ab2117e975734f" + url "https://github.com/swsnr/mdcat/archive/refs/tags/mdcat-2.7.1.tar.gz" + sha256 "460024d9795eb578be09ec2284af243627721151aa001aae6ffb5589380b2ba1" license "MPL-2.0" head "https://github.com/swsnr/mdcat.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca38875152be98d69833fbb90851625cad41ea408d2988d1b692e0514eea7d6d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "919a746231ece9f3525138673946ad329656f3eb58970ee356f614aaa91eaeb9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "53f91d8e89afb3542a7a496027fd41a37935a0cd99d5d0a6fc36081d86187856" - sha256 cellar: :any_skip_relocation, sonoma: "fe51c3e6cfc2b64039d1b9ce584b9b9655c293c76f5fae35737a3d94e1da9f01" - sha256 cellar: :any_skip_relocation, ventura: "9ffb94fac81a11124aa4668fbbc4a35891706a915f18b9c3e29f5262b8f2c549" - sha256 cellar: :any_skip_relocation, x86_64_linux: "36ad557b7e0f95bf84b13d2fd11fb8592ffac94a5fd9207d92436e3e7b23ac6a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dda4028d4876c70766d9ae577c60741c5604de5673b8acae0e26dc4f5d8df08e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "803ea6ced03a51fc184834642a4abed39d82525146c410dd0c9471f4a132f4b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "200c351ba8ad70ddd893f6735451af5ecef7cf7670504af15b471b625e26c705" + sha256 cellar: :any_skip_relocation, sonoma: "fe41c5dbc3b3ef5656a566a95df8227296c1b9c0bd17857892a641e3d54c73ec" + sha256 cellar: :any_skip_relocation, ventura: "aaf95c5c8d0b6d2acf5fb02ae129fb8d8db0b32eaabc878b6a9423a14cc5f0fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87635e02c1cf4066926983af95ae4b67647749adaf2020687c3b258e3937fc9e" end depends_on "asciidoctor" => :build