-
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
Updating alpaca to latest release in github #31949
Conversation
@microsoft-github-policy-service agree |
ports/alpaca/portfile.cmake
Outdated
@@ -2,8 +2,8 @@ | |||
vcpkg_from_github( | |||
OUT_SOURCE_PATH SOURCE_PATH | |||
REPO p-ranav/alpaca | |||
REF v0.2.0 | |||
SHA512 0ac2c1c4f8e0534319bf852bac3852ee3674db7b1a9eda30462821ec4c9ddeeb6ceff09ef5f16eed9131af6c357a09f2cb909a12ea2f135ca7d496d90ff1865d | |||
REF v0.2.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.
REF v0.2.1 | |
REF "v${VERSION}" |
Note: I will be converting your PR to draft status. The above suggested changes are only recommendations. If you are willing to adopt them, please click "ready for review" after making the modifications. If you do not wish to make any changes, please click "ready for review" directly. That way, I can be aware that you've responded since you can't modify the tags. |
added the recommended change |
You need to re-run this command: |
Rerun the version with overwrite this time. |
Usage test pass with following triplets:
|
If this PR updates an existing port, please uncomment and fill out this checklist:
./vcpkg x-add-version --all
and committing the result.