Explorar el Código

curl: Update script to get curl 7.81.0

Brad King hace 3 años
padre
commit
bdb3a8203e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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_79_1"
+readonly tag="curl-7_81_0"
 readonly shortlog=false
 readonly paths="
   CMake/*