Found while closing out the Go-to-Rust migration. Needs a human -- archiving or deleting a repo is not something an agent does.
There are two taps in the org:
hyperi-io/homebrew-tap -- the live one. package.yml pushes Formula/macbash.rb here every release, and the README's brew tap hyperi-io/tap resolves to it.
hyperi-io/homebrew-macbash -- orphaned. Nothing in the release pipeline touches it.
The orphan still serves a frozen formula:
version "1.5.0"
url "https://github.com/hyperi-io/macbash/releases/download/v1.5.0/macbash-darwin-arm64.tar.gz"
Its file header is # File: packaging/homebrew/macbash.rb -- the Go-era file that was deleted in b3c96ed. So it is a snapshot of the pre-Rust packaging that nothing has updated since.
Anyone who ran brew tap hyperi-io/macbash is pinned to 1.5.0 forever, pointed at GitHub Release tarballs rather than the R2 layout the current pipeline publishes.
Suggested
Archive (or delete) hyperi-io/homebrew-macbash so the only tap is homebrew-tap. Human decision -- flagging, not acting.
Found while closing out the Go-to-Rust migration. Needs a human -- archiving or deleting a repo is not something an agent does.
There are two taps in the org:
hyperi-io/homebrew-tap-- the live one.package.ymlpushesFormula/macbash.rbhere every release, and the README'sbrew tap hyperi-io/tapresolves to it.hyperi-io/homebrew-macbash-- orphaned. Nothing in the release pipeline touches it.The orphan still serves a frozen formula:
Its file header is
# File: packaging/homebrew/macbash.rb-- the Go-era file that was deleted in b3c96ed. So it is a snapshot of the pre-Rust packaging that nothing has updated since.Anyone who ran
brew tap hyperi-io/macbashis pinned to 1.5.0 forever, pointed at GitHub Release tarballs rather than the R2 layout the current pipeline publishes.Suggested
Archive (or delete)
hyperi-io/homebrew-macbashso the only tap ishomebrew-tap. Human decision -- flagging, not acting.