Skip to content

Commit

Permalink
Use msi due to smaller download size
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Dec 12, 2024
1 parent 67ef2c0 commit ba2f40f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bucket/scala.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/scala/scala3/releases/download/3.6.2/scala3-3.6.2.zip",
"hash": "7beb5a147b5e12cfce8f3c9268103b69fd432bd3b6c1fc68397710e12b73e9e4",
"url": "https://github.com/scala/scala3/releases/download/3.6.2/scala3-3.6.2.msi",
"hash": "073d338a86592a1042afc9661b7d6076d799064e98169a7f456d8744b7d03c15",
"extract_dir": "PFiles\\Scala",
"bin": [
"bin\\scala.bat",
"bin\\scalac.bat",
Expand All @@ -24,9 +25,9 @@
"github": "https://github.com/scala/scala3/"
},
"autoupdate": {
"url": "https://github.com/scala/scala3/releases/download/$version/scala3-$version.zip",
"url": "https://github.com/scala/scala3/releases/download/$version/scala3-$version.msi",
"hash": {
"url": "$baseurl/sha256sum.txt"
"url": "$url.sha256"
}
}
}

0 comments on commit ba2f40f

Please sign in to comment.