fermyon / homebrew-tap

Fermyon's Homebrew Tap
Apache License 2.0
2 stars 9 forks source link

Use version variable for download URLs #21

Closed kate-goldenring closed 9 months ago

kate-goldenring commented 9 months ago

Simplifies updating a formula to only be resetting hashes. May prevent nitty errors in the future

kate-goldenring commented 9 months ago

Looks like brew test-bot is somehow not realizing this is a tap anymore and is trying to install the homebrew core spin project: https://github.com/fermyon/homebrew-tap/actions/runs/6854772721/job/18638412540#step:8:90

Previously didn't happen: https://github.com/fermyon/homebrew-tap/actions/runs/6828962688/job/18574160348#step:8:36

This is a known issue that has a pending fix in brew: https://github.com/Homebrew/brew/pull/16216

We may consider not pointing at brew master or we can wait for that to merge

vdice commented 9 months ago

Looks like the upstream issue is already merged. Do we need to wait for a release -- or just retrigger the action?