sha256 and caching with unversioned formulae #3641
-
homebrew-core doesn't contain unversioned head-only formulae anymore, but third-party taps / formulae as far as I know are still "allowed" to do so. I have two questions for such a scenario, and I realize that this might not be exactly Homebrew's mission, so totally happy if the answer is "not possible and don't do it". 🙃 Let's assume we have some tool
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That kinda defeats the purpose of the checksum validating the download. Since a compromised remote download would accompany a compromised remote checksum.
Not if you want to build from source. But casks do support this "always latest" scenario. So if you can make prebuilt binaries you're better off with a cask. |
Beta Was this translation helpful? Give feedback.
-
There's no built-in feature for this, but you might be able to override the
I don't think so. You can probably pass |
Beta Was this translation helpful? Give feedback.
That kinda defeats the purpose of the checksum validating the download. Since a compromised remote download would accompany a compromised remote checksum.
Not if you want to build from source. But casks do support this "always latest" scenario. So if you can make prebuilt binaries you're better off with a cask.