Description
The Homebrew formula for kreuzberg looks inconsistent.
brew upgrade shows:
but Homebrew then tries to fetch:
.../releases/download/v4.9.5/kreuzberg-4.9.2.arm64_sequoia.bottle.tar.gz
and gets 404.
It seems the formula still has the source url set to v4.9.2, while the bottle/root_url/checksums were updated to v4.9.5.
Because of that, Brew infers version 4.9.2 and looks for a non-existent bottle under the v4.9.5 release.
Please update the formula url to v4.9.5 so all version references are consistent.
Steps to reproduce
rew upgrade
==> Upgrading 1 outdated package:
kreuzberg-dev/tap/kreuzberg 4.8.5 -> 4.9.2
==> Fetching downloads for: kreuzberg
✘ Bottle kreuzberg (4.9.2)
Error: Failed to download resource "kreuzberg"
Download failed: https://github.com/kreuzberg-dev/kreuzberg/releases/download/v4.9.5/kreuzberg-4.9.2.arm64_sequoia.bottle.tar.gz
curl: (56) The requested URL returned error: 404
==> Upgrading kreuzberg-dev/tap/kreuzberg
4.8.5 -> 4.9.2
==> Pouring kreuzberg-4.9.2.arm64_sequoia.bottle.tar.gz
Error: No such file or directory @ rb_sysopen...
Relevant files and configuration
Description
The Homebrew formula for
kreuzberglooks inconsistent.brew upgradeshows:but Homebrew then tries to fetch:
and gets 404.
It seems the formula still has the source
urlset tov4.9.2, while the bottle/root_url/checksums were updated tov4.9.5.Because of that, Brew infers version
4.9.2and looks for a non-existent bottle under thev4.9.5release.Please update the formula
urltov4.9.5so all version references are consistent.Steps to reproduce
rew upgrade
==> Upgrading 1 outdated package:
kreuzberg-dev/tap/kreuzberg 4.8.5 -> 4.9.2
==> Fetching downloads for: kreuzberg
✘ Bottle kreuzberg (4.9.2)
Error: Failed to download resource "kreuzberg"
Download failed: https://github.com/kreuzberg-dev/kreuzberg/releases/download/v4.9.5/kreuzberg-4.9.2.arm64_sequoia.bottle.tar.gz
curl: (56) The requested URL returned error: 404
==> Upgrading kreuzberg-dev/tap/kreuzberg
4.8.5 -> 4.9.2
==> Pouring kreuzberg-4.9.2.arm64_sequoia.bottle.tar.gz
Error: No such file or directory @ rb_sysopen...
Relevant files and configuration