浏览代码

curl: Update script to get curl 8.16.0

Brad King 1 月之前
父节点
当前提交
dbb84e50b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 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-8_15_0"
+readonly tag="curl-8_16_0"
 readonly shortlog=false
 readonly shortlog=false
 readonly paths="
 readonly paths="
   CMake/*
   CMake/*