mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.7.3",
|
|
"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.3/scala3-3.7.3.msi",
|
|
"hash": "2b2ab50ae3501dbe2737e2c5cca00d7ba5b538352d02c41d9f8d2311d1dcca5d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|