Skip to content

Commit

Permalink
diffoscope: switch to hosted patch
Browse files Browse the repository at this point in the history
Upstream patch broken due to cgit update (cgit version is included in
the patch).

Closes #5365.

Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
  • Loading branch information
zmwangx committed Sep 29, 2016
1 parent 587e38e commit b4a70f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/diffoscope.rb
Expand Up @@ -17,7 +17,9 @@ class Diffoscope < Formula
depends_on :python3

patch do
url "https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=261be7"
# Patch for legacy diff(1)
# https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=261be7
url "https://raw.githubusercontent.com/Homebrew/formula-patches/ebbff7b/diffoscope/patch-legacy-diff.diff"
sha256 "aeaffa34a774e05477c9ef78df35174b006670b2963b9064c9c4c13484825b0b"
end

Expand Down

0 comments on commit b4a70f2

Please sign in to comment.