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

[parallel-hashmap] Update version to v1.3.11 #31075

Merged
merged 8 commits into from
Apr 25, 2023

Conversation

greg7mdp
Copy link
Contributor

@greg7mdp greg7mdp commented Apr 23, 2023

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@greg7mdp greg7mdp changed the title Update parallel-hashmap version to v1.3.9 [parallel-hashmap] Update parallel-hashmap version to v1.3.9 Apr 23, 2023
@greg7mdp greg7mdp changed the title [parallel-hashmap] Update parallel-hashmap version to v1.3.9 [parallel-hashmap] Update version to v1.3.9 Apr 23, 2023
@Cheney-W Cheney-W self-assigned this Apr 24, 2023
@greg7mdp greg7mdp changed the title [parallel-hashmap] Update version to v1.3.9 [parallel-hashmap] Update version to v1.3.10 Apr 24, 2023
@greg7mdp greg7mdp changed the title [parallel-hashmap] Update version to v1.3.10 [parallel-hashmap] Update version to v1.3.9 Apr 24, 2023
@greg7mdp greg7mdp changed the title [parallel-hashmap] Update version to v1.3.9 [parallel-hashmap] Update version to v1.3.11 Apr 24, 2023
@Cheney-W Cheney-W added the category:port-update The issue is with a library, which is requesting update new revision label Apr 24, 2023
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
REF v1.3.8
SHA512 499f132aa1513942762ae5214e9a37915529d60142439d32276d9e68a446c93ecea66caa32ac00bea683e2c932101cd999c8839a89211e91032f777f236181f7
REF v1.3.11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
REF v1.3.11
REF "v${VERSION}"

Comment on lines 8 to 17
{
"git-tree": "4236193fdd2e7cd1959cd7dbafbdf7c74691617f",
"version": "1.3.10",
"port-version": 0
},
{
"git-tree": "964973167eefcd25c8654b0da68cbfda9043232c",
"version": "1.3.9",
"port-version": 0
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"git-tree": "4236193fdd2e7cd1959cd7dbafbdf7c74691617f",
"version": "1.3.10",
"port-version": 0
},
{
"git-tree": "964973167eefcd25c8654b0da68cbfda9043232c",
"version": "1.3.9",
"port-version": 0
},

Only one version is added to each modified port's versions file.

@Cheney-W
Copy link
Contributor

If you have executed ./vcpkg x-add-version --all once before, then after modifying the port file again, you need to run ./vcpkg x-add-version --all --overwrite-version instead of ./vcpkg x-add-version --all.

@BillyONeal BillyONeal merged commit 80d08d2 into microsoft:master Apr 25, 2023
@BillyONeal
Copy link
Member

Thanks for the update!

@Cheney-W Cheney-W added the info:reviewed Pull Request changes follow basic guidelines label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants