Summary
Add support for resolving and verifying packages hosted on SourceHut (git.sr.ht).
Packages
Notes
SourceHut has its own API distinct from GitHub/GitLab/Gitea. Archives can be downloaded at https://git.sr.ht/{owner}/{repo}/archive/{ref}.tar.gz. The SourceHut GraphQL API can be used for tag listing, though simple git-based approaches (e.g., git ls-remote) may be sufficient.
Summary
Add support for resolving and verifying packages hosted on SourceHut (git.sr.ht).
Packages
Notes
SourceHut has its own API distinct from GitHub/GitLab/Gitea. Archives can be downloaded at
https://git.sr.ht/{owner}/{repo}/archive/{ref}.tar.gz. The SourceHut GraphQL API can be used for tag listing, though simple git-based approaches (e.g.,git ls-remote) may be sufficient.