Skip to content

Commit

Permalink
Fix curl on Windows (digital-asset#1925)
Browse files Browse the repository at this point in the history
The URL for 7.64.0 now returns 404s so let’s switch to the latest version.
  • Loading branch information
cocreature authored and mergify[bot] committed Jun 28, 2019
1 parent 01bf997 commit b06c422
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .dadew
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"7zip",
"java-openjdk-8u201",
"msys2",
"curl-7.64.0",
"curl-7.65.1",
"cacert",
"vcredist-14.0.23026",
"bazel",
Expand Down
19 changes: 0 additions & 19 deletions dev-env/windows/manifests/curl-7.64.0.json

This file was deleted.

19 changes: 19 additions & 0 deletions dev-env/windows/manifests/curl-7.65.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.65.1_3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1_3/curl-7.65.1_3-win64-mingw.tar.xz",
"hash": "9bb973a65345883eb272719fb0d25bfcddbce94694bc2a78df6dd494fdae6e26",
"extract_dir": "curl-7.65.1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1_3/curl-7.65.1_3-win32-mingw.tar.xz",
"hash": "ea01611d37278dab4adbf49a3f8087fe4c54c8b5be56367796295de7d9043fad",
"extract_dir": "curl-7.65.1-win32-mingw"
}
},
"bin": "bin\\curl.exe"
}

0 comments on commit b06c422

Please sign in to comment.