-
Notifications
You must be signed in to change notification settings - Fork 7k
[lunasvg] Update 2.3.8 #32510
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
[lunasvg] Update 2.3.8 #32510
Conversation
@microsoft-github-policy-service agree |
ports/lunasvg/fix-install.patch
Outdated
@@ -24,16 +24,5 @@ if(LUNASVG_BUILD_EXAMPLES) | ||
@@ -23,16 +23,5 @@ if(LUNASVG_BUILD_EXAMPLES) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there is no other change, maybe leave the patch unchanged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, I thought since the CMakelist.txt has changed, the patch also needed to be updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch needs to be changed if and only if the old patch doesn't apply cleanly.
ports/lunasvg/portfile.cmake
Outdated
@@ -1,8 +1,8 @@ | |||
vcpkg_from_github( | |||
OUT_SOURCE_PATH SOURCE_PATH | |||
REPO sammycage/lunasvg | |||
REF e612abda858b53160041381a23422cd2b4f42fbd #2.3.1 | |||
SHA512 44f5d013d918cb5af90114a12857bdd2c204caff761516ef98b12b08d8b6215e91f6d963c281500c386f287b9d0ecd5b3d986d4c8c33423c0c34d539d744e09d | |||
REF 87137e791c912432b93982722a8e965628950ca7 #2.3.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REF 87137e791c912432b93982722a8e965628950ca7 #2.3.8 | |
REF "v${VERSION} |
... which will have a different SHA512.
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Every change requires running the command |
Thanks! |
./vcpkg x-add-version --all
and committing the result.