update to use ppmd from 7zip 26.00

This commit is contained in:
Paul Marquess 2026-03-11 20:07:41 +00:00 committed by Nathan Moinvaziri
parent d2d6b76d79
commit ea5c15cfd5
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Check Upstream PPMd Version
run: |
# This is the hard-wired PPMd version that minizip-ng is built with.
expected_ppmd_version="25.01"
expected_ppmd_version="26.00"
# get the latest PPMd version from upstream 7zip repo
upstream_ppmd_version=$( git ls-remote --tags --sort=-v:refname https://github.com/ip7z/7zip | head -n 1 | sed -e 's#.*/##' )

View file

@ -357,7 +357,7 @@ endif()
if(MZ_PPMD)
message(STATUS "Using PPMD")
clone_repo(ppmd https://github.com/ip7z/7zip "25.01")
clone_repo(ppmd https://github.com/ip7z/7zip "26.00")
# get the 7zip/PPMd version number
file(READ "${PPMD_SOURCE_DIR}/C/7zVersion.h" version)