installer icon indicating copy to clipboard operation
installer copied to clipboard

`install.sh` does not fetch the most recent `dub` version

Open Alex-Muirhead opened this issue 7 months ago • 0 comments

When installing dub with ./install.sh install dub, it will default to v1.22.0, despite later versions being available. It seems the script queries https://dlang.github.io/dub/LATEST which returns v1.22.0, but I'm not sure where best to report this. https://github.com/dlang/installer/blob/50a59aae31ae88b86ac55390d36dc04f005b4aac/script/install.sh#L749-L754

Alex-Muirhead avatar May 07 '25 03:05 Alex-Muirhead