From fd35f731a1f100f4309065072eea4a05b3fcb372 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 5 Aug 2017 17:22:03 +0200 Subject: [PATCH] sbt: fix download URL (closes #1638) --- sbt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbt.json b/sbt.json index dff0811f53..257dd6f212 100644 --- a/sbt.json +++ b/sbt.json @@ -2,7 +2,7 @@ "homepage": "http://www.scala-sbt.org/", "version": "0.13.16", "license": "BSD", - "url": "https://cocl.us/sbt01316zip", + "url": "https://cocl.us/sbt01316zip#/dl.zip", "hash": "e94d95ff2d64247b754782ea85e99187ea890dc4c918a7ba7dcb6091fdb5968c", "extract_dir": "sbt", "bin": [ @@ -13,7 +13,7 @@ "re": "sbt-([\\d.]+).zip" }, "autoupdate": { - "url": "https://cocl.us/sbt$cleanVersionzip", + "url": "https://cocl.us/sbt$cleanVersionzip#/dl.zip", "extract_dir": "sbt" } }