File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 run : |
1919 # This is the hard-wired PPMd version that minizip-ng is built with.
2020 # The version number here should match the value used in the call to 'clone_repo' in CMakeLists.txt
21- expected_ppmd_version="26.01 "
21+ expected_ppmd_version="26.02 "
2222
2323 # get the latest PPMd version from upstream 7zip repo
2424 upstream_ppmd_version=$( git ls-remote --tags --sort=-v:refname https://github.com/ip7z/7zip | head -n 1 | sed -e 's#.*/##' )
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ if(MZ_PPMD)
364364 message (STATUS "Using PPMD" )
365365
366366 # PPMd version number below should match value in ppmd-dependabot.yml
367- clone_repo (ppmd https://github.com/ip7z/7zip "26.01 " )
367+ clone_repo (ppmd https://github.com/ip7z/7zip "26.02 " )
368368
369369 # get the 7zip/PPMd version number
370370 file (READ "${PPMD_SOURCE_DIR } /C/7zVersion.h" version )
You can’t perform that action at this time.
0 commit comments