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

🐛 Checksums of private Homebrew packages are broken #766

Closed
rhysd opened this issue Nov 7, 2021 · 0 comments · Fixed by #767
Closed

🐛 Checksums of private Homebrew packages are broken #766

rhysd opened this issue Nov 7, 2021 · 0 comments · Fixed by #767

Comments

@rhysd
Copy link
Contributor

rhysd commented Nov 7, 2021

if OS.mac?
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
elsif OS.linux?
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-unknown-linux-musl.tar.gz"
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
end

Both two packages have the same hash. I guess you fetched the archives with curl or something and URLs were wrong. curl does not fail on 404 resopnse until -f is given. So I guess, the 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5 is a hash of 404 text.

rhysd added a commit to rhysd/delta that referenced this issue Nov 7, 2021
Kr1ss-XD added a commit to Kr1ss-XD/delta that referenced this issue Nov 10, 2021
… blame-resurrection

* 'blame-resurrection' of github.com:dandavison/delta:
  Document default-language option for git blame
  Prevent consecutive commit color collisions
  Be more permissive about blame commit hash length
  Increase size of default blame palette
  Control width of formatted blame fields
  Support precision specifier in format strings
  Clean up
  Document blame support in README
  Formatting
  Perf: don't format the same empty blame line repeatedly
  Emit blame output once for each commit chunk
  Display blame palette in --show-config
  Set default blame palette according to light/dark mode
  Revert "Revert "Revert "Revert git blame handling (dandavison#746)"""
  [README] add notes for screen (256color/24bit) (dandavison#768)
  Update private Homebrew formula to 0.9.2 (fix dandavison#766) (dandavison#767)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant