Skip to content

Commit 1ab334a

Browse files
authored
gitless: fix patch url (#58593)
In support of Homebrew/brew#8075 Co-authored-by: Adrian Ho <[email protected]>
1 parent 64a0e05 commit 1ab334a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/gitless.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class Gitless < Formula
6767
# Allow to be dependent on pygit2 1.1.1
6868
# Remove for next version
6969
patch do
70-
url "https://github.com/gitless-vcs/gitless/pull/230.patch?full_index=1"
71-
sha256 "fd4ef60552add5f95944083a8ba867a3b34a197bdbad6b13afcf5ab29ebe09be"
70+
url "https://github.com/gitless-vcs/gitless/commit/daf352cae1f830bd4ca9adc949884b606cccdf49.diff?full_index=1"
71+
sha256 "a8ef93c73a9055d59b496b1c8a1a78f42f8743b4224dd676dbe1b29ab086b3b4"
7272
end
7373

7474
def install

0 commit comments

Comments
 (0)