zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
866 stars 39 forks source link

Support verify hash via config file #71

Closed klutchell closed 1 year ago

klutchell commented 1 year ago

Is there any reason that the --verify-sha256 option is only available via the CLI, and not the repo settings in configuration?

This tool is fantastic and I would love to use it for CI/CD but at the moment I have to call each package from my config individually with the --verify-sha256 added instead of just eget -D.

zyedidia commented 1 year ago

Should be available now via verify_sha256

klutchell commented 1 year ago

This is working great, thanks for the quick turnaround!