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

Use Canonical-published checksums for installing Chisel tool #5920

Open
lbussell opened this issue Sep 26, 2024 · 0 comments
Open

Use Canonical-published checksums for installing Chisel tool #5920

lbussell opened this issue Sep 26, 2024 · 0 comments

Comments

@lbussell
Copy link
Contributor

Currently in update-dependencies, we manually calculate checksums for Chisel:

protected override string? GetValue()
{
string? downloadUrl = base.GetValue();
if (downloadUrl is null)
{
return null;
}
return ChecksumHelper.ComputeChecksumShaAsync(s_httpClient, downloadUrl).Result;
}

For future releases, Canonical will compute and publish their own checksums. We should use those once they're available:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Tracking
Development

No branches or pull requests

1 participant