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

feat: wellknown qualifiers #158

Merged
merged 2 commits into from
Nov 18, 2023
Merged

feat: wellknown qualifiers #158

merged 2 commits into from
Nov 18, 2023

Conversation

jkowalleck
Copy link
Collaborator

@jkowalleck jkowalleck commented Nov 18, 2023

fixes #54

Added

  • Constant PackageUrl::QUALIFIER_REPOSITORY_URL
  • Constant PackageUrl::QUALIFIER_DOWNLOAD_URL
  • Constant PackageUrl::QUALIFIER_VCS_URL
  • Constant PackageUrl::QUALIFIER_FILE_NAME
  • Constant PackageUrl::QUALIFIER_CHECKSUM

Deprecated

  • Constant PackageUrl::CHECKSUM_QUALIFIER -> use PackageUrl::QUALIFIER_CHECKSUM instead

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck added the enhancement New feature or request label Nov 18, 2023
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck merged commit 91d24ec into main Nov 18, 2023
13 checks passed
@jkowalleck jkowalleck deleted the feat/wellknown-qualifiers branch November 18, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for additional qualifiers
1 participant