We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc76e99 commit cab79acCopy full SHA for cab79ac
1 file changed
ae.nimble
@@ -302,7 +302,7 @@ proc getFileHash(filename: string): string =
302
303
proc download(package: Package) =
304
if not fileExists(package.location):
305
- exec &"curl -O -L {package.sourceUrl}"
+ exec &"curl -fL --retry 5 --retry-all-errors --retry-delay 2 -O {package.sourceUrl}"
306
let filename = "ffmpeg_sources" / package.location
307
let hash = getFileHash(filename)
308
if package.sha256 != hash:
0 commit comments