Skip to content

Commit

Permalink
Merge pull request #209439 from Homebrew/bump-mdq-0.3.1
Browse files Browse the repository at this point in the history
mdq 0.3.1
  • Loading branch information
BrewTestBot authored Mar 2, 2025
2 parents f08ba4b + 5285e3b commit 6574366
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions Formula/m/mdq.rb
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
class Mdq < Formula
desc "Like jq but for Markdown"
homepage "https://github.com/yshavit/mdq"
url "https://github.com/yshavit/mdq/archive/refs/tags/v0.3.1.tar.gz"
sha256 "b6bf39ac84363ed4e750a8342ca609105a8c0b84b50e5da6bf3be4130c367d75"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/yshavit/mdq.git", branch: "main"

stable do
url "https://github.com/yshavit/mdq/archive/refs/tags/v0.3.0.tar.gz"
sha256 "0a62a73f762e6ffa38dc914c585916d50d093c282a4805d6abd3cf1896a14293"

# version report patch
patch do
url "https://github.com/yshavit/mdq/commit/d7b91546474dcd09e4ec384afcff0be726743522.patch?full_index=1"
sha256 "7cdfdb00badb3a604589eeb53b620c5bca3da1c12000aec6f05b316ddfa3d920"
end
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3d2f2855283fc7e7458e5ffb04007aa1bd0ba143205a8a252b5ced1e2816c92"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7767d746c39f7b9b5878b23207fe170242177f4a1ed861f05b1b39245b90fead"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f23042f61a1fc3d2666900a43658e5ffb6c05f240cdc3ca877f9a92ef8a3a273"
sha256 cellar: :any_skip_relocation, sonoma: "b74ce6482986848b659f5c0f49e9a4a981007b36f1bc612bf8fb9789dc7fe5d8"
sha256 cellar: :any_skip_relocation, ventura: "15e25a33fe16d67a691f7a42d20c2fd8f3e91f3a3c46ff487b21cda4d86f72dc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ac68513540bd5213c9bd71dcdb76860dcef968f76dbe7133add4a10c55d29e2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b9d7c5b3ba70240989aa2f213a252c632bc0914f0c735db9fe8c58d67ac77ce"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d61242a7e6cf0a1a1fd021b46b68bb3d285dac793ca1568d16f0c3a5e3fbbba9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2f7106be528ed1ea29886936c698d507ec51f98ce846bd2cc23934c809e45a84"
sha256 cellar: :any_skip_relocation, sonoma: "fa4613f8889327a29caf91fa96b82430dfeb20d321f2a1a7ea7e3a262d6f7aef"
sha256 cellar: :any_skip_relocation, ventura: "e203fca1c2fb4de712eed84f81860ed88ab46a853230b007b699612f1a7a236d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "087ced9427eb7359c190fb4ad507a7db5ab364d6a9fe2a188b91c188bc0cd6b2"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 6574366

Please sign in to comment.