Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libdeflate] Update to v1.23 #42744

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libdeflate/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ebiggers/libdeflate
REF "v${VERSION}"
SHA512 ca3ec7eb3e44da13164f33e56c856dbffc4ccc7b86d995afca6a23fa3f201b766d08a047871407e14a7964dd3da843be23c316e51d981cdd98f25166092de3a9
SHA512 c1effb9c5ee8d65bc12ae3d0669a4a394acace13cc146300ed24a7f12a0ec058f66729e1ffbae268711bdcc4151143752ab2d56a099dd6394b2735e8e2f1b671
HEAD_REF master
PATCHES
remove_wrong_c_flags_modification.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/libdeflate/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libdeflate",
"version": "1.22",
"version": "1.23",
"description": "libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.",
"homepage": "https://github.com/ebiggers/libdeflate",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@
"port-version": 0
},
"libdeflate": {
"baseline": "1.22",
"baseline": "1.23",
"port-version": 0
},
"libdisasm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libdeflate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7431592dabd39fe637bebeda40110a591b125c21",
"version": "1.23",
"port-version": 0
},
{
"git-tree": "db7abc03a06bc3b794ee65f4859a58bc6a441502",
"version": "1.22",
Expand Down