Skip to content

Commit 97d62f6

Browse files
committed
gdbm: fix patch url
Recent changes with GNU changed the URL for the patch, this commit updates that.
1 parent 5781dd5 commit 97d62f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/g/gdbm.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Gdbm < Formula
1818

1919
# Backport fix for macOS
2020
patch do
21-
url "https://git.savannah.gnu.org/cgit/gdbm.git/patch/?id=ed0a865345681982ea02c6159c0f3d7702c928a1"
22-
sha256 "d2ba39d1948f5b1f048997716beaaa96d07fba594e81854cb01574378f645e07"
21+
url "https://git.savannah.gnu.org/cgit/gdbm.git/rawdiff/?id=ed0a865345681982ea02c6159c0f3d7702c928a1"
22+
sha256 "cdba23a8da0bbdf91921247d226f9ca13e2a1c9541434f7a9132ba39346762ad"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)