summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index a40bd2d..1ea73da 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -227,7 +227,7 @@ autoUpdatable =
dcdArguments = PackageOwner{ owner = "dlang-community", name = "DCD" }
latestDub = Package.Updater
{ detectLatest = latestGitHub dubArguments "(v)\\."
- , getVersion = downloadWithTemplate dubTemplate
+ , getVersion = reuploadWithTemplate dubTemplate []
, is64 = False
}
latestDscanner = Package.Updater