Browse Source

curl: Update script to get curl 7.88.1

Brad King 2 năm trước cách đây
mục cha
commit
37cceabc65

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

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