mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
update to use ppmd from 7zip 26.00
This commit is contained in:
parent
d2d6b76d79
commit
ea5c15cfd5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ppmd-dependabot.yml
vendored
2
.github/workflows/ppmd-dependabot.yml
vendored
|
|
@ -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#.*/##' )
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue