-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
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.
Lines 749 to 754 in 50a59aa
local mirrors=( | |
"https://dlang.github.io/dub/LATEST" | |
"https://code.dlang.org/download/LATEST" | |
) | |
logV "Determining latest dub version (${mirrors[0]})." | |
DUB_VERSION="$(fetch "${mirrors[@]}" | sed 's/^v//')" |
Metadata
Metadata
Assignees
Labels
No labels