diffoscope: switch to hosted patch
Upstream patch broken due to cgit update (cgit version is included in the patch). Closes #5365. Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
This commit is contained in:
parent
587e38ef44
commit
b4a70f2299
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue