mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.7.1",
|
|
"description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
|
|
"homepage": "https://www.scala-lang.org/",
|
|
"license": "BSD-3-Clause",
|
|
"notes": [
|
|
"Scala 3 has been installed. If you haven't migrated yet, install versions/scala2.",
|
|
"Or follow the migration guide: https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html"
|
|
],
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/scala/scala3/releases/download/3.7.1/scala3-3.7.1.msi",
|
|
"hash": "df70f88fbbbd6f7f65089286abc753b6a2b6e8e5466d80e2dfa279b045b25886",
|
|
"extract_dir": "PFiles\\Scala",
|
|
"bin": [
|
|
"bin\\scala.bat",
|
|
"bin\\scalac.bat",
|
|
"bin\\scaladoc.bat"
|
|
],
|
|
"env_set": {
|
|
"SCALA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/scala/scala3/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/scala/scala3/releases/download/$version/scala3-$version.msi",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|