Skip to content

Commit

Permalink
[email protected]: Use MSI installer and fix checkver.hash (#6389)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Dec 12, 2024
1 parent 53648c1 commit 8f3f627
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions bucket/scala.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/scala/scala3/releases/download/3.6.2/scala3-3.6.2.zip",
"hash": "7beb5a147b5e12cfce8f3c9268103b69fd432bd3b6c1fc68397710e12b73e9e4",
"extract_dir": "scala3-3.6.2",
"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 @@ -25,10 +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"
},
"extract_dir": "scala3-$version"
"url": "$url.sha256"
}
}
}

0 comments on commit 8f3f627

Please sign in to comment.