File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -1459,6 +1459,7 @@ hevi
14591459hexo
14601460hexyl
14611461hfstospell
1462+ hg-fast-export
14621463hgrep
14631464hjson
14641465hickory-dns
Original file line number Diff line number Diff line change @@ -3,25 +3,17 @@ class HgFastExport < Formula
33
44 desc "Fast Mercurial to Git converter"
55 homepage "https://repo.or.cz/fast-export.git"
6- url "https://github.com/frej/fast-export/archive/refs/tags/v231118 .tar.gz"
7- sha256 "2173c8cb2649c05affe6ef1137bc6a06913f06e285bcd710277478a04a3a937f "
6+ url "https://github.com/frej/fast-export/archive/refs/tags/v250330 .tar.gz"
7+ sha256 "1c4785f1e9e63e0ada87e0be5a7236d6889eea98975800671e3c3805b54bf801 "
88 license "GPL-2.0-or-later"
9- revision 1
109
1110 bottle do
12- sha256 cellar : :any_skip_relocation , all : "3317445f1426df1a1ab11123b3e7bc65e024def9e20f3a6ae6c2f584f6528ec7 "
11+ sha256 cellar : :any_skip_relocation , all : "b1030f2a360f970ad4d58c661adb4793be8e4abcf4f602e0d0e217a601542e0b "
1312 end
1413
1514 depends_on "mercurial"
16151716
18- # Fix compatibility with Python 3.12 using open PR.
19- # PR ref: https://github.com/frej/fast-export/pull/311
20- patch do
21- url "https://github.com/frej/fast-export/commit/a3d0562737e1e711659e03264e45cb47a5a2f46d.patch?full_index=1"
22- sha256 "8d9d5a41939506110204ae00607061f85362467affd376387230e074bcae2667"
23- end
24-
2517 def install
2618 # The Python executable is tested from PATH
2719 # Prepend ours Python to the executable candidate list (python2 python python3)
You can’t perform that action at this time.
0 commit comments