Skip to content

Fix outdated PAServer URLs for Delphi 11.3 and add 10.4.2 support#8

Merged
jimmckeeth merged 2 commits into
mainfrom
fix/issue-7-paserver-urls
Jun 24, 2026
Merged

Fix outdated PAServer URLs for Delphi 11.3 and add 10.4.2 support#8
jimmckeeth merged 2 commits into
mainfrom
fix/issue-7-paserver-urls

Conversation

@jimmckeeth

Copy link
Copy Markdown
Owner

Summary

Addresses the two issues reported in #7:

  • Alexandria 11.3: corrects the PAServer download path from /113/ to /1131/, installing build 28.0.48361.3236 instead of the older 28.0.47991.2819. Both paths return HTTP 200, so the bug was silent — the script succeeded but installed an incompatible version.
  • Sydney 10.4.2: adds an explicit 10.4.2 case and updates the generic aliases (10.4, 21.0, sydney) to point to the 10.4.2 PAServer (21.0/2/PAServer/). The 10.4.1 and 10.4.0 exact-version selectors are preserved.
  • Updates help text to reflect the new Sydney default.

All three corrected URLs verified live (HTTP 200) before committing.

Test plan

  • Run script with 11.3 / alexandria / 22.0 and confirm PAServer binary reports build 28.0.48361.3236
  • Run script with 10.4 / sydney / 21.0 and confirm PAServer version 12.2.10.3 is installed
  • Run script with 10.4.1 and confirm PAServer version 12.1.10.3 is installed (no regression)
  • Run script with 10.4.0 and confirm PAServer version 12.0.12.8 is installed (no regression)
  • --help output lists 21.0, 10.4, 10.4.2 = Sydney 10.4.2 and 10.4.1 = Sydney 10.4.1

Closes #7

🤖 Generated with Claude Code

- Alexandria 11.3: update PAServer path from /113/ to /1131/ to install
  the correct build (28.0.48361.3236 instead of 28.0.47991.2819)
- Sydney: add explicit 10.4.2 case and make generic aliases (10.4, 21.0,
  sydney) point to the latest 10.4.2 PAServer; preserve 10.4.1/10.4.0
  as exact-version selectors
- Update help text to reflect new defaults

Fixes #7

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jimmckeeth added a commit that referenced this pull request Jun 21, 2026
resolve merge conflict: apply PR #8 fixes to current main
@jimmckeeth jimmckeeth force-pushed the fix/issue-7-paserver-urls branch from d8686a9 to 380c699 Compare June 24, 2026 03:34
@jimmckeeth jimmckeeth merged commit e7d6287 into main Jun 24, 2026
3 checks passed
Daniel09Fernandes pushed a commit to Daniel09Fernandes/Delphi-on-Linux-Setup that referenced this pull request Jul 4, 2026
- fix Alexandria 11.3 PAServer URL: /113/ -> /1131/ (build 28.0.48361.3236)
- add Sydney 10.4.2 case; update 10.4/sydney/21.0 aliases to point to 10.4.2
- preserve 10.4.1 as an explicit exact-version selector
- update help text to reflect new Sydney default

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016Pn2b7amU63zQDmgmva78Q
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 this pull request may close these issues.

Some Delphi versions install outdated or missing Linux PAServer packages

1 participant