(feat) Request for checksum_expr field in http backend #8813
Attempt3035
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having a
checksum_exprfield in the http backend the same asversion_exprwould be fantastic as that would allow dynamic grabbing of the checksum from the same file as the versions are retrieved from. This would for example allow enabling checksum verification for the flutter http installation, using this same file as we get the versions from.IMO this field should use the same expr-lang semantics as
version_exprdoes, and we should consider additionally including a checksum_json_path and checksum_regex to ensure it's feature complete across both elements.Beta Was this translation helpful? Give feedback.
All reactions