Browse Source

curl: Update script to get curl 8.15.0

master
Brad King 6 days ago
parent
commit
bf8360ddad
  1. 2
      Utilities/Scripts/update-curl.bash

2
Utilities/Scripts/update-curl.bash

@ -8,7 +8,7 @@ readonly name="curl"
readonly ownership="Curl Upstream <curl-library@lists.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
readonly tag="curl-8_14_1"
readonly tag="curl-8_15_0"
readonly shortlog=false
readonly paths="
CMake/*

Loading…
Cancel
Save