Przeglądaj źródła

curl: Update script to get curl 7.51.0

Brad King 9 lat temu
rodzic
commit
25d7b1ca9d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Utilities/Scripts/update-curl.bash

+ 1 - 1
Utilities/Scripts/update-curl.bash

@@ -8,7 +8,7 @@ readonly name="curl"
 readonly ownership="Curl Upstream <[email protected]>"
 readonly subtree="Utilities/cmcurl"
 readonly repo="https://github.com/curl/curl.git"
-readonly tag="curl-7_50_1"
+readonly tag="curl-7_51_0"
 readonly shortlog=false
 readonly paths="
   CMake/*