Problem
At v3.22.0, the release asset was renamed:
- Before (≤ v3.21.23):
conductor-server-lite-standalone.jar
- After (≥ v3.22.0):
conductor-lite-{version}.jar
Neither Homebrew formula was updated to track this rename, so both are broken.
homebrew-conductor-server
- Pinned to
v3.21.23 (current is 3.22.3 — two minor versions behind)
- Still references
conductor-server-lite-standalone.jar — that asset name no longer exists in new releases
brew install would download the old JAR, not the latest
homebrew-conductor (CLI tap)
- Points to
v3.22.0-alpha1 with conductor-server-lite-standalone.jar
- That asset does not exist in that release — the alpha1 release only has no assets matching that name
brew install from this tap would fail with a 404
Verification
# v3.21.23 — last release with old asset name
https://github.com/conductor-oss/conductor/releases/download/v3.21.23/conductor-server-lite-standalone.jar ✅
# v3.22.0-alpha1 — no such asset exists
https://github.com/conductor-oss/conductor/releases/download/v3.22.0-alpha1/conductor-server-lite-standalone.jar ❌
# v3.22.3 latest — new naming convention
https://github.com/conductor-oss/conductor/releases/download/v3.22.3/conductor-lite-3.22.3.jar ✅
Fix
Update both formulas to:
- Point to
v3.22.3 (or latest)
- Use the new asset name:
conductor-lite-{version}.jar
- Update the
sha256 accordingly
Affects
conductor-oss/homebrew-conductor-server — Formula/conductor.rb
conductor-oss/homebrew-conductor — Formula/conductor.rb
Problem
At v3.22.0, the release asset was renamed:
conductor-server-lite-standalone.jarconductor-lite-{version}.jarNeither Homebrew formula was updated to track this rename, so both are broken.
homebrew-conductor-serverv3.21.23(current is3.22.3— two minor versions behind)conductor-server-lite-standalone.jar— that asset name no longer exists in new releasesbrew installwould download the old JAR, not the latesthomebrew-conductor(CLI tap)v3.22.0-alpha1withconductor-server-lite-standalone.jarbrew installfrom this tap would fail with a 404Verification
Fix
Update both formulas to:
v3.22.3(or latest)conductor-lite-{version}.jarsha256accordinglyAffects
conductor-oss/homebrew-conductor-server—Formula/conductor.rbconductor-oss/homebrew-conductor—Formula/conductor.rb