[fd/external] curl: Support development versions (#16922)

Authored by: syphyr
This commit is contained in:
Deltadroid
2026-06-12 11:00:06 +02:00
committed by GitHub
parent cb309b3293
commit 7937a139cf

View File

@@ -209,7 +209,7 @@ class CurlFD(ExternalFD):
return False
cls.exe = path
cls._curl_version = version_tuple(parts[1])
cls._curl_version = version_tuple(parts[1], lenient=True)
return path
def _make_cmd(self, tmpfilename, info_dict):