File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
export DOCKER_IMAGE=' debian:testing-20250317-slim'
7
7
export DOCKER_CONTENT_TRUST=' 1'
8
8
9
- export CURL_VER_=' 8.12.1 '
10
- export CURL_HASH=0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202
9
+ export CURL_VER_=' 8.13.0 '
10
+ export CURL_HASH=4a093979a3c2d02de2fbc00549a32771007f2e78032c6faa5ecd2f7a9e152025
11
11
# Create revision string
12
12
# NOTE: Set _REV to 1 after bumping CURL_VER_, then increment for each
13
13
# CI rebuild via `main` branch push (e.g. after bumping a dependency).
14
- export _REV=" ${CW_REVISION:- 4 } "
14
+ export _REV=" ${CW_REVISION:- 1 } "
15
15
16
16
export TRURL_VER_=' 0.16'
17
17
export TRURL_HASH=2c26e3016f591f06234838bbe1dd4b165dce2c871c82ca6a32222d19696588d6
Original file line number Diff line number Diff line change @@ -216,9 +216,6 @@ _VER="$1"
216
216
217
217
# fast-track configuration
218
218
if [ " ${_OS} " = ' win' ]; then
219
- if [ " ${CURL_VER_} " = ' 8.12.1' ]; then
220
- options+=' -DHAVE_STRTOK_R=1'
221
- fi
222
219
options+=' -DHAVE_FILE_OFFSET_BITS=1'
223
220
fi
224
221
You can’t perform that action at this time.
0 commit comments