Skip to content

Commit

Permalink
Merge pull request #190623 from Homebrew/md5deep-sequoia
Browse files Browse the repository at this point in the history
md5deep: add build patch for sequoia and linux
  • Loading branch information
BrewTestBot authored Sep 16, 2024
2 parents 3dd9ebb + d578207 commit 4006364
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Formula/m/md5deep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ class Md5deep < Formula

# Fix compilation error due to pointer comparison
patch do
on_sierra :or_newer do
url "https://github.com/jessek/hashdeep/commit/8776134.patch?full_index=1"
sha256 "3d4e3114aee5505d1336158b76652587fd6f76e1d3af784912277a1f93518c64"
end
url "https://github.com/jessek/hashdeep/commit/8776134.patch?full_index=1"
sha256 "3d4e3114aee5505d1336158b76652587fd6f76e1d3af784912277a1f93518c64"
end

# Fix literal and identifier spacing as dictated by C++11
# upstream pr ref, https://github.com/jessek/hashdeep/pull/385
patch do
url "https://github.com/jessek/hashdeep/commit/18a6b5d57f7a648d2b7dcc6e50ff00a1e4b05fcc.patch?full_index=1"
sha256 "a48a214b06372042e4e9fc06caae9d0e31da378892d28c4a30b4800cedf85e86"
end

def install
Expand Down

0 comments on commit 4006364

Please sign in to comment.