-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[rsm-bsa] Update to 4.0.2 #23161
[rsm-bsa] Update to 4.0.2 #23161
Conversation
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.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/rsm-bsa/vcpkg.json
Valid values for the license field can be found in the documentation
ports/rsm-bsa/vcpkg.json
Outdated
@@ -1,10 +1,11 @@ | |||
{ | |||
"name": "rsm-bsa", | |||
"version-semver": "4.0.0", | |||
"version-semver": "4.0.2", | |||
"port-version": 1, |
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.
"port-version": 1, |
f73096f
to
be539f8
Compare
@Ryan-rsm-McKenzie ,Thanks for your pr, have you tested the features locally? |
Yes, I have tested the features locally |
Describe the pull request
What does your PR fix?
Updates bsa to 4.0.2
Which triplets are supported/not supported? Have you updated the CI baseline?
Just a port update
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes